#B9AFBD

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

Shades of Chatelle #B9AFBD

Tints of Chatelle #B9AFBD

Color information

#B9AFBD (or 0xB9AFBD) is unknown color: approx Chatelle. HEX triplet: B9, AF and BD. RGB value is (185,175,189). Sum of RGB (Red+Green+Blue) = 185+175+189=549 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.70% from 549); Green value is 175 (68.75% from 255 or 31.88% from 549); Blue value is 189 (74.22% from 255 or 34.43% from 549); Max value from RGB is 189 - color contains mainly: blue. Hex color #B9AFBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AFBD is #465042. Grayscale: #B3B3B3. Windows color (decimal): -4608067 or 12431289. OLE color: 12431289.

HSL color Cylindrical-coordinate representation of color #B9AFBD: hue angle of 282.86º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B9AFBD is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB185175189-
CMYK0.020.0700.26
HSL282.86º9.59%71.37%-
HSV(B)282.86º7.41%74.12%-
XYZ44.5244.6554.42-
YUV179.59133.31131.86-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.70%
GREEN value IS 175 (68.75% from 255) = 31.88%
BLUE value IS 189 (74.22% from 255) = 34.43%
R=33.70%
G=31.88%
B=34.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851751890.020.0700.26282.869.5971.37
HexB9AFBD2701A11ba47
Octal2712572752703243312107
Binary1011100110101111101111011011101101010001101110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AFBD; }

 p { color: rgb(185,175,189); }

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

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

 a { background-color: rgb(185,175,189); }

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

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

 span { border-color: rgb(185,175,189); }

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