#B599D7

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

Shades of Biloba Flower #B599D7

Tints of Biloba Flower #B599D7

Color information

#B599D7 (or 0xB599D7) is unknown color: approx Biloba Flower. HEX triplet: B5, 99 and D7. RGB value is (181,153,215). Sum of RGB (Red+Green+Blue) = 181+153+215=549 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.97% from 549); Green value is 153 (60.16% from 255 or 27.87% from 549); Blue value is 215 (84.38% from 255 or 39.16% from 549); Max value from RGB is 215 - color contains mainly: blue. Hex color #B599D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B599D7 is #4A6628. Grayscale: #A8A8A8. Windows color (decimal): -4875817 or 14129589. OLE color: 14129589.

HSL color Cylindrical-coordinate representation of color #B599D7: hue angle of 267.1º degrees, saturation: 0.44, 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 #B599D7 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB181153215-
CMYK0.160.2900.16
HSL267.1º43.66%72.16%-
HSV(B)267.1º28.84%84.31%-
XYZ42.7137.5169.28-
YUV168.44154.28136.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.97%
GREEN value IS 153 (60.16% from 255) = 27.87%
BLUE value IS 215 (84.38% from 255) = 39.16%
R=32.97%
G=27.87%
B=39.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1811532150.160.2900.16267.143.6672.16
HexB599D7101D01010b2c48
Octal265231327203502041354110
Binary10110101100110011101011110000111010100001000010111011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B599D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B599D7; }

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

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

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

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

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

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

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

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