#B6A9BB

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

Shades of Chatelle #B6A9BB

Tints of Chatelle #B6A9BB

Color information

#B6A9BB (or 0xB6A9BB) is unknown color: approx Chatelle. HEX triplet: B6, A9 and BB. RGB value is (182,169,187). Sum of RGB (Red+Green+Blue) = 182+169+187=538 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.83% from 538); Green value is 169 (66.41% from 255 or 31.41% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 187 - color contains mainly: blue. Hex color #B6A9BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A9BB is #495644. Grayscale: #AEAEAE. Windows color (decimal): -4806213 or 12298678. OLE color: 12298678.

HSL color Cylindrical-coordinate representation of color #B6A9BB: hue angle of 283.33º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B6A9BB is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB182169187-
CMYK0.030.1000.27
HSL283.33º11.69%69.8%-
HSV(B)283.33º9.63%73.33%-
XYZ42.4541.9152.87-
YUV174.94134.81133.04-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.83%
GREEN value IS 169 (66.41% from 255) = 31.41%
BLUE value IS 187 (73.44% from 255) = 34.76%
R=33.83%
G=31.41%
B=34.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821691870.030.1000.27283.3311.6969.8
HexB6A9BB3A01B11bc46
Octal26625127331203343314106
Binary10110110101010011011101111101001101110001101111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A9BB; }

 p { color: rgb(182,169,187); }

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

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

 a { background-color: rgb(182,169,187); }

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

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

 span { border-color: rgb(182,169,187); }

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