#B9B6BA

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

Shades of Chatelle #B9B6BA

Tints of Chatelle #B9B6BA

Color information

#B9B6BA (or 0xB9B6BA) is unknown color: approx Chatelle. HEX triplet: B9, B6 and BA. RGB value is (185,182,186). Sum of RGB (Red+Green+Blue) = 185+182+186=553 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.45% from 553); Green value is 182 (71.48% from 255 or 32.91% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 186 - color contains mainly: blue. Hex color #B9B6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9B6BA is #464945. Grayscale: #B7B7B7. Windows color (decimal): -4606278 or 12236473. OLE color: 12236473.

HSL color Cylindrical-coordinate representation of color #B9B6BA: hue angle of 285º degrees, saturation: 0.03, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B9B6BA is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB185182186-
CMYK0.010.0200.27
HSL285º2.82%72.16%-
HSV(B)285º2.15%72.94%-
XYZ45.647.3253.18-
YUV183.35129.49129.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.45%
GREEN value IS 182 (71.48% from 255) = 32.91%
BLUE value IS 186 (73.05% from 255) = 33.63%
R=33.45%
G=32.91%
B=33.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851821860.010.0200.272852.8272.16
HexB9B6BA1201B11d348
Octal271266272120334353110
Binary101110011011011010111010110011011100011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B6BA; }

 p { color: rgb(185,182,186); }

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

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

 a { background-color: rgb(185,182,186); }

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

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

 span { border-color: rgb(185,182,186); }

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