#B0AAB6

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

Shades of Chatelle #B0AAB6

Tints of Chatelle #B0AAB6

Color information

#B0AAB6 (or 0xB0AAB6) is unknown color: approx Chatelle. HEX triplet: B0, AA and B6. RGB value is (176,170,182). Sum of RGB (Red+Green+Blue) = 176+170+182=528 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.33% from 528); Green value is 170 (66.80% from 255 or 32.20% from 528); Blue value is 182 (71.48% from 255 or 34.47% from 528); Max value from RGB is 182 - color contains mainly: blue. Hex color #B0AAB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AAB6 is #4F5549. Grayscale: #ADADAD. Windows color (decimal): -5199178 or 11971248. OLE color: 11971248.

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

Color convert

RGB176170182-
CMYK0.030.0700.29
HSL270º7.59%69.02%-
HSV(B)270º6.59%71.37%-
XYZ40.7241.3650.09-
YUV173.16132.99130.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.33%
GREEN value IS 170 (66.80% from 255) = 32.20%
BLUE value IS 182 (71.48% from 255) = 34.47%
R=33.33%
G=32.20%
B=34.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761701820.030.0700.292707.5969.02
HexB0AAB63701D10e845
Octal2602522663703541610105
Binary1011000010101010101101101111101110110000111010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AAB6; }

 p { color: rgb(176,170,182); }

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

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

 a { background-color: rgb(176,170,182); }

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

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

 span { border-color: rgb(176,170,182); }

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