#B0A9B2

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

Shades of Chatelle #B0A9B2

Tints of Chatelle #B0A9B2

Color information

#B0A9B2 (or 0xB0A9B2) is unknown color: approx Chatelle. HEX triplet: B0, A9 and B2. RGB value is (176,169,178). Sum of RGB (Red+Green+Blue) = 176+169+178=523 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.65% from 523); Green value is 169 (66.41% from 255 or 32.31% from 523); Blue value is 178 (69.92% from 255 or 34.03% from 523); Max value from RGB is 178 - color contains mainly: blue. Hex color #B0A9B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A9B2 is #4F564D. Grayscale: #ACACAC. Windows color (decimal): -5199438 or 11708848. OLE color: 11708848.

HSL color Cylindrical-coordinate representation of color #B0A9B2: hue angle of 286.67º degrees, saturation: 0.06, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B0A9B2 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB176169178-
CMYK0.010.0500.30
HSL286.67º5.52%68.04%-
HSV(B)286.67º5.06%69.8%-
XYZ40.1340.8247.88-
YUV172.12131.32130.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.65%
GREEN value IS 169 (66.41% from 255) = 32.31%
BLUE value IS 178 (69.92% from 255) = 34.03%
R=33.65%
G=32.31%
B=34.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1761691780.010.0500.30286.675.5268.04
HexB0A9B21501E11f644
Octal260251262150364376104
Binary10110000101010011011001011010111101000111111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A9B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A9B2; }

 p { color: rgb(176,169,178); }

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

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

 a { background-color: rgb(176,169,178); }

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

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

 span { border-color: rgb(176,169,178); }

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