#B599DC

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

Shades of Biloba Flower #B599DC

Tints of Biloba Flower #B599DC

Color information

#B599DC (or 0xB599DC) is unknown color: approx Biloba Flower. HEX triplet: B5, 99 and DC. RGB value is (181,153,220). Sum of RGB (Red+Green+Blue) = 181+153+220=554 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.67% from 554); Green value is 153 (60.16% from 255 or 27.62% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #B599DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B599DC is #4A6623. Grayscale: #A8A8A8. Windows color (decimal): -4875812 or 14457269. OLE color: 14457269.

HSL color Cylindrical-coordinate representation of color #B599DC: hue angle of 265.07º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B599DC is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB181153220-
CMYK0.180.3000.14
HSL265.07º48.91%73.14%-
HSV(B)265.07º30.45%86.27%-
XYZ43.3737.7772.72-
YUV169.01156.78136.55-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.67%
GREEN value IS 153 (60.16% from 255) = 27.62%
BLUE value IS 220 (86.33% from 255) = 39.71%
R=32.67%
G=27.62%
B=39.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1811532200.180.3000.14265.0748.9173.14
HexB599DC121E0E1093149
Octal265231334223601641161111
Binary1011010110011001110111001001011110011101000010011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B599DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B599DC; }

 p { color: rgb(181,153,220); }

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

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

 a { background-color: rgb(181,153,220); }

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

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

 span { border-color: rgb(181,153,220); }

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