#B599EF

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

Shades of Biloba Flower #B599EF

Tints of Biloba Flower #B599EF

Color information

#B599EF (or 0xB599EF) is unknown color: approx Biloba Flower. HEX triplet: B5, 99 and EF. RGB value is (181,153,239). Sum of RGB (Red+Green+Blue) = 181+153+239=573 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.59% from 573); Green value is 153 (60.16% from 255 or 26.70% from 573); Blue value is 239 (93.75% from 255 or 41.71% from 573); Max value from RGB is 239 - color contains mainly: blue. Hex color #B599EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B599EF is #4A6610. Grayscale: #AAAAAA. Windows color (decimal): -4875793 or 15702453. OLE color: 15702453.

HSL color Cylindrical-coordinate representation of color #B599EF: hue angle of 259.53º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B599EF is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB181153239-
CMYK0.240.3600.06
HSL259.53º72.88%76.86%-
HSV(B)259.53º35.98%93.73%-
XYZ46.0338.8486.73-
YUV171.18166.28135.01-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.59%
GREEN value IS 153 (60.16% from 255) = 26.70%
BLUE value IS 239 (93.75% from 255) = 41.71%
R=31.59%
G=26.70%
B=41.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1811532390.240.3600.06259.5372.8876.86
HexB599EF182406104494d
Octal265231357304406404111115
Binary10110101100110011110111111000100100011010000010010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B599EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B599EF; }

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

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

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

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

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

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

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

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