#B486ED

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

Shades of Biloba Flower #B486ED

Tints of Biloba Flower #B486ED

Color information

#B486ED (or 0xB486ED) is unknown color: approx Biloba Flower. HEX triplet: B4, 86 and ED. RGB value is (180,134,237). Sum of RGB (Red+Green+Blue) = 180+134+237=551 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.67% from 551); Green value is 134 (52.73% from 255 or 24.32% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #B486ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B486ED is #4B7912. Grayscale: #9F9F9F. Windows color (decimal): -4946195 or 15566516. OLE color: 15566516.

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

Color convert

RGB180134237-
CMYK0.240.4300.07
HSL266.8º74.1%72.75%-
HSV(B)266.8º43.46%92.94%-
XYZ42.6332.8784.22-
YUV159.5171.74142.62-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.67%
GREEN value IS 134 (52.73% from 255) = 24.32%
BLUE value IS 237 (92.97% from 255) = 43.01%
R=32.67%
G=24.32%
B=43.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1801342370.240.4300.07266.874.172.75
HexB486ED182B0710b4a49
Octal264206355305307413112111
Binary10110100100001101110110111000101011011110000101110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B486ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B486ED; }

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

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

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

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

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

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

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

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