#B599D8

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

Shades of Biloba Flower #B599D8

Tints of Biloba Flower #B599D8

Color information

#B599D8 (or 0xB599D8) is unknown color: approx Biloba Flower. HEX triplet: B5, 99 and D8. RGB value is (181,153,216). Sum of RGB (Red+Green+Blue) = 181+153+216=550 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.91% from 550); Green value is 153 (60.16% from 255 or 27.82% from 550); Blue value is 216 (84.77% from 255 or 39.27% from 550); Max value from RGB is 216 - color contains mainly: blue. Hex color #B599D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B599D8 is #4A6627. Grayscale: #A8A8A8. Windows color (decimal): -4875816 or 14195125. OLE color: 14195125.

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

Color convert

RGB181153216-
CMYK0.160.2900.15
HSL266.67º44.68%72.35%-
HSV(B)266.67º29.17%84.71%-
XYZ42.8437.5669.96-
YUV168.55154.78136.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.91%
GREEN value IS 153 (60.16% from 255) = 27.82%
BLUE value IS 216 (84.77% from 255) = 39.27%
R=32.91%
G=27.82%
B=39.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1811532160.160.2900.15266.6744.6872.35
HexB599D8101D0F10b2d48
Octal265231330203501741355110
Binary1011010110011001110110001000011101011111000010111011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B599D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B599D8; }

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

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

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

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

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

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

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

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