#B596CE

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

Shades of Biloba Flower #B596CE

Tints of Biloba Flower #B596CE

Color information

#B596CE (or 0xB596CE) is unknown color: approx Biloba Flower. HEX triplet: B5, 96 and CE. RGB value is (181,150,206). Sum of RGB (Red+Green+Blue) = 181+150+206=537 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.71% from 537); Green value is 150 (58.98% from 255 or 27.93% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 206 - color contains mainly: blue. Hex color #B596CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B596CE is #4A6931. Grayscale: #A5A5A5. Windows color (decimal): -4876594 or 13538997. OLE color: 13538997.

HSL color Cylindrical-coordinate representation of color #B596CE: hue angle of 273.21º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B596CE is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB181150206-
CMYK0.120.2700.19
HSL273.21º36.36%69.8%-
HSV(B)273.21º27.18%80.78%-
XYZ41.136.0963.19-
YUV165.65150.77138.95-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.71%
GREEN value IS 150 (58.98% from 255) = 27.93%
BLUE value IS 206 (80.86% from 255) = 38.36%
R=33.71%
G=27.93%
B=38.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1811502060.120.2700.19273.2136.3669.8
HexB596CEC1B0131112446
Octal265226316143302342144106
Binary1011010110010110110011101100110110100111000100011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B596CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B596CE; }

 p { color: rgb(181,150,206); }

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

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

 a { background-color: rgb(181,150,206); }

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

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

 span { border-color: rgb(181,150,206); }

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