#b486ee

Color #B486EE Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B486EE

Tints of Biloba Flower #B486EE

Color information

#B486EE (or 0xB486EE) is unknown color: approx Biloba Flower. HEX triplet: B4, 86 and EE. RGB value is (180,134,238). Sum of RGB (Red+Green+Blue) = 180+134+238=552 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.61% from 552); Green value is 134 (52.73% from 255 or 24.28% from 552); Blue value is 238 (93.36% from 255 or 43.12% from 552); Max value from RGB is 238 - color contains mainly: blue. Hex color #B486EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B486EE is #4B7911. Grayscale: #9F9F9F. Windows color (decimal): -4946194 or 15632052. OLE color: 15632052.

HSL color Cylindrical-coordinate representation of color #B486EE: hue angle of 266.54º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B486EE is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB180134238-
CMYK0.240.4400.07
HSL266.54º75.36%72.94%-
HSV(B)266.54º43.7%93.33%-
XYZ42.7832.9384.99-
YUV159.61172.24142.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 32.61%
GREEN value IS 134 (52.73% from 255) = 24.28%
BLUE value IS 238 (93.36% from 255) = 43.12%
R=32.61%
G=24.28%
B=43.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1801342380.240.4400.07266.5475.3672.94
HexB486EE182C0710b4b49
Octal264206356305407413113111
Binary10110100100001101110111011000101100011110000101110010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b486ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b486ee; }

 p { color: rgb(180,134,238); }

 H1.HeaderClassName
 {
   color: #b486ee;
 }
 .AnyTagClassName
 {
   color: #b486ee;
 }
</style>
background-color css

<style>
 a { background-color: #b486ee; }

 a { background-color: rgb(180,134,238); }

 div.DivClassName
 {
   background-color: #b486ee;
 }
 .BgClassName
 {
   background-color: #b486ee;
 }
</style>
border-color css

<style>
 span { border-color: #b486ee; }

 span { border-color: rgb(180,134,238); }

 td.TdClassName
 {
   border-color: #b486ee;
 }
 .TagClassName
 {
   border-color: #b486ee;
 }
</style>