#B599CE

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

Shades of Biloba Flower #B599CE

Tints of Biloba Flower #B599CE

Color information

#B599CE (or 0xB599CE) is unknown color: approx Biloba Flower. HEX triplet: B5, 99 and CE. RGB value is (181,153,206). Sum of RGB (Red+Green+Blue) = 181+153+206=540 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.52% from 540); Green value is 153 (60.16% from 255 or 28.33% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 206 - color contains mainly: blue. Hex color #B599CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B599CE is #4A6631. Grayscale: #A7A7A7. Windows color (decimal): -4875826 or 13539765. OLE color: 13539765.

HSL color Cylindrical-coordinate representation of color #B599CE: hue angle of 271.7º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B599CE is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB181153206-
CMYK0.120.2600.19
HSL271.7º35.1%70.39%-
HSV(B)271.7º25.73%80.78%-
XYZ41.5937.0663.35-
YUV167.41149.78137.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.52%
GREEN value IS 153 (60.16% from 255) = 28.33%
BLUE value IS 206 (80.86% from 255) = 38.15%
R=33.52%
G=28.33%
B=38.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1811532060.120.2600.19271.735.170.39
HexB599CEC1A0131102346
Octal265231316143202342043106
Binary1011010110011001110011101100110100100111000100001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B599CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B599CE; }

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

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

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

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

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

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

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

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