#B0A9B7

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

Shades of Chatelle #B0A9B7

Tints of Chatelle #B0A9B7

Color information

#B0A9B7 (or 0xB0A9B7) is unknown color: approx Chatelle. HEX triplet: B0, A9 and B7. RGB value is (176,169,183). Sum of RGB (Red+Green+Blue) = 176+169+183=528 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.33% from 528); Green value is 169 (66.41% from 255 or 32.01% from 528); Blue value is 183 (71.88% from 255 or 34.66% from 528); Max value from RGB is 183 - color contains mainly: blue. Hex color #B0A9B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A9B7 is #4F5648. Grayscale: #ACACAC. Windows color (decimal): -5199433 or 12036528. OLE color: 12036528.

HSL color Cylindrical-coordinate representation of color #B0A9B7: hue angle of 270º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B0A9B7 is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB176169183-
CMYK0.040.0800.28
HSL270º8.86%69.02%-
HSV(B)270º7.65%71.76%-
XYZ40.6441.0250.58-
YUV172.69133.82130.36-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.33%
GREEN value IS 169 (66.41% from 255) = 32.01%
BLUE value IS 183 (71.88% from 255) = 34.66%
R=33.33%
G=32.01%
B=34.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1761691830.040.0800.282708.8669.02
HexB0A9B74801C10e945
Octal26025126741003441611105
Binary101100001010100110110111100100001110010000111010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A9B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A9B7; }

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

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

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

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

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

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

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

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