#B599D6

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

Shades of Biloba Flower #B599D6

Tints of Biloba Flower #B599D6

Color information

#B599D6 (or 0xB599D6) is unknown color: approx Biloba Flower. HEX triplet: B5, 99 and D6. RGB value is (181,153,214). Sum of RGB (Red+Green+Blue) = 181+153+214=548 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.03% from 548); Green value is 153 (60.16% from 255 or 27.92% from 548); Blue value is 214 (83.98% from 255 or 39.05% from 548); Max value from RGB is 214 - color contains mainly: blue. Hex color #B599D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B599D6 is #4A6629. Grayscale: #A8A8A8. Windows color (decimal): -4875818 or 14064053. OLE color: 14064053.

HSL color Cylindrical-coordinate representation of color #B599D6: hue angle of 267.54º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B599D6 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB181153214-
CMYK0.150.2900.16
HSL267.54º42.66%71.96%-
HSV(B)267.54º28.5%83.92%-
XYZ42.5837.4668.6-
YUV168.33153.78137.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.03%
GREEN value IS 153 (60.16% from 255) = 27.92%
BLUE value IS 214 (83.98% from 255) = 39.05%
R=33.03%
G=27.92%
B=39.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1811532140.150.2900.16267.5442.6671.96
HexB599D6F1D01010c2b48
Octal265231326173502041453110
Binary1011010110011001110101101111111010100001000011001010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B599D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B599D6; }

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

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

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

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

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

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

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

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