#B9ABBF

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

Shades of Chatelle #B9ABBF

Tints of Chatelle #B9ABBF

Color information

#B9ABBF (or 0xB9ABBF) is unknown color: approx Chatelle. HEX triplet: B9, AB and BF. RGB value is (185,171,191). Sum of RGB (Red+Green+Blue) = 185+171+191=547 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.82% from 547); Green value is 171 (67.19% from 255 or 31.26% from 547); Blue value is 191 (75% from 255 or 34.92% from 547); Max value from RGB is 191 - color contains mainly: blue. Hex color #B9ABBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ABBF is #465440. Grayscale: #B1B1B1. Windows color (decimal): -4609089 or 12561337. OLE color: 12561337.

HSL color Cylindrical-coordinate representation of color #B9ABBF: hue angle of 282º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B9ABBF is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB185171191-
CMYK0.030.1000.25
HSL282º13.51%70.98%-
HSV(B)282º10.47%74.9%-
XYZ43.9743.255.31-
YUV177.47135.64133.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.82%
GREEN value IS 171 (67.19% from 255) = 31.26%
BLUE value IS 191 (75% from 255) = 34.92%
R=33.82%
G=31.26%
B=34.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851711910.030.1000.2528213.5170.98
HexB9ABBF3A01911ae47
Octal27125327731203143216107
Binary10111001101010111011111111101001100110001101011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ABBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ABBF; }

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

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

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

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

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

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

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

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