#B599DF

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

Shades of Biloba Flower #B599DF

Tints of Biloba Flower #B599DF

Color information

#B599DF (or 0xB599DF) is unknown color: approx Biloba Flower. HEX triplet: B5, 99 and DF. RGB value is (181,153,223). Sum of RGB (Red+Green+Blue) = 181+153+223=557 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.50% from 557); Green value is 153 (60.16% from 255 or 27.47% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #B599DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B599DF is #4A6620. Grayscale: #A9A9A9. Windows color (decimal): -4875809 or 14653877. OLE color: 14653877.

HSL color Cylindrical-coordinate representation of color #B599DF: hue angle of 264º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B599DF is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB181153223-
CMYK0.190.3100.13
HSL264º52.24%73.73%-
HSV(B)264º31.39%87.45%-
XYZ43.7737.9374.83-
YUV169.35158.28136.31-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.50%
GREEN value IS 153 (60.16% from 255) = 27.47%
BLUE value IS 223 (87.5% from 255) = 40.04%
R=32.50%
G=27.47%
B=40.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1811532230.190.3100.1326452.2473.73
HexB599DF131F0D108344a
Octal265231337233701541064112
Binary1011010110011001110111111001111111011011000010001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B599DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B599DF; }

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

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

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

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

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

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

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

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