#B9AFBF

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

Shades of Chatelle #B9AFBF

Tints of Chatelle #B9AFBF

Color information

#B9AFBF (or 0xB9AFBF) is unknown color: approx Chatelle. HEX triplet: B9, AF and BF. RGB value is (185,175,191). Sum of RGB (Red+Green+Blue) = 185+175+191=551 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.58% from 551); Green value is 175 (68.75% from 255 or 31.76% from 551); Blue value is 191 (75% from 255 or 34.66% from 551); Max value from RGB is 191 - color contains mainly: blue. Hex color #B9AFBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AFBF is #465040. Grayscale: #B3B3B3. Windows color (decimal): -4608065 or 12562361. OLE color: 12562361.

HSL color Cylindrical-coordinate representation of color #B9AFBF: hue angle of 277.5º degrees, saturation: 0.11, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B9AFBF is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB185175191-
CMYK0.030.0800.25
HSL277.5º11.11%71.76%-
HSV(B)277.5º8.38%74.9%-
XYZ44.7444.7455.57-
YUV179.81134.31131.7-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.58%
GREEN value IS 175 (68.75% from 255) = 31.76%
BLUE value IS 191 (75% from 255) = 34.66%
R=33.58%
G=31.76%
B=34.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851751910.030.0800.25277.511.1171.76
HexB9AFBF38019116b48
Octal27125727731003142613110
Binary10111001101011111011111111100001100110001011010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AFBF; }

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

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

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

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

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

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

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

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