Html Css Color HEX #B9ABBF Chatelle

📋 copy color: '#B9ABBF'

red 185 ◦ green 171 ◦ blue 191

#B9ABBF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chatelle #B9ABBF

Tints of Chatelle #B9ABBF

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 value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B9ABBF (or 0xB9ABBF) is known color: 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

RGB 185 171 191 -
CMYK 0.03 0.10 0 0.25
HSL 282º 0.14% 0.71% -
HSV(B) 282º 0.1% 0.75% -
XYZ 43.97 43.2 55.31 -
YUV 177.47 135.64 133.37 -
System Red Green Blue C M Y K H S L
Decimal 185 171 191 0.03 0.10 0 0.25 282 0.14 0.71
Hex B9 AB BF 3 A 0 19 11A E 47
Octal 271 253 277 3 12 0 31 432 16 107
Binary 10111001 10101011 10111111 11 1010 0 11001 100011010 1110 1000111

Color Harmonies of #B9ABBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ABBF

Black with #B9ABBF

Text Example


Text Example

White with #B9ABBF

Text Example


Text Example

HTML Codes & Css Web 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>