#B0A2CE

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

Shades of Biloba Flower #B0A2CE

Tints of Biloba Flower #B0A2CE

Color information

#B0A2CE (or 0xB0A2CE) is unknown color: approx Biloba Flower. HEX triplet: B0, A2 and CE. RGB value is (176,162,206). Sum of RGB (Red+Green+Blue) = 176+162+206=544 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.35% from 544); Green value is 162 (63.67% from 255 or 29.78% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 206 - color contains mainly: blue. Hex color #B0A2CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A2CE is #4F5D31. Grayscale: #ABABAB. Windows color (decimal): -5201202 or 13542064. OLE color: 13542064.

HSL color Cylindrical-coordinate representation of color #B0A2CE: hue angle of 259.09º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0A2CE is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB176162206-
CMYK0.150.2100.19
HSL259.09º30.99%72.16%-
HSV(B)259.09º21.36%80.78%-
XYZ41.9739.5363.81-
YUV171.2147.64131.42-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.35%
GREEN value IS 162 (63.67% from 255) = 29.78%
BLUE value IS 206 (80.86% from 255) = 37.87%
R=32.35%
G=29.78%
B=37.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1761622060.150.2100.19259.0930.9972.16
HexB0A2CEF150131031f48
Octal260242316172502340337110
Binary101100001010001011001110111110101010011100000011111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A2CE; }

 p { color: rgb(176,162,206); }

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

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

 a { background-color: rgb(176,162,206); }

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

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

 span { border-color: rgb(176,162,206); }

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