#B599EA

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

Shades of Biloba Flower #B599EA

Tints of Biloba Flower #B599EA

Color information

#B599EA (or 0xB599EA) is unknown color: approx Biloba Flower. HEX triplet: B5, 99 and EA. RGB value is (181,153,234). Sum of RGB (Red+Green+Blue) = 181+153+234=568 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.87% from 568); Green value is 153 (60.16% from 255 or 26.94% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 234 - color contains mainly: blue. Hex color #B599EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B599EA is #4A6615. Grayscale: #AAAAAA. Windows color (decimal): -4875798 or 15374773. OLE color: 15374773.

HSL color Cylindrical-coordinate representation of color #B599EA: hue angle of 260.74º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B599EA is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB181153234-
CMYK0.230.3500.08
HSL260.74º65.85%75.88%-
HSV(B)260.74º34.62%91.76%-
XYZ45.338.5582.89-
YUV170.61163.78135.41-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.87%
GREEN value IS 153 (60.16% from 255) = 26.94%
BLUE value IS 234 (91.80% from 255) = 41.20%
R=31.87%
G=26.94%
B=41.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1811532340.230.3500.08260.7465.8575.88
HexB599EA172308105424c
Octal2652313522743010405102114
Binary101101011001100111101010101111000110100010000010110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B599EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B599EA; }

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

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

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

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

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

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

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

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