Html Css Color HEX #B9AAC2 Chatelle

📋 copy color: '#B9AAC2'

red 185 ◦ green 170 ◦ blue 194

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

Shades of Chatelle #B9AAC2

Tints of Chatelle #B9AAC2

RGB

 RED value IS 185 (72.66% from 255) = 33.7%

 GREEN value IS 170 (66.8% from 255) = 30.97%

 BLUE value IS 194 (76.17% from 255) = 35.34%

R = 33.7%
G = 30.97%
B = 35.34%

CMYK

 C value IS 0.05

 M value IS 0.12

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B9AAC2 (or 0xB9AAC2) is known color: Chatelle. HEX triplet: B9, AA and C2. RGB value is (185,170,194). Sum of RGB (Red+Green+Blue) = 185+170+194=549 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.70% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 194 (76.17% from 255 or 35.34% from 549); Max value from RGB is 194 - color contains mainly: blue. Hex color #B9AAC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AAC2 is #46553D. Grayscale: #B1B1B1. Windows color (decimal): -4609342 or 12757689. OLE color: 12757689.

HSL color Cylindrical-coordinate representation of color #B9AAC2: hue angle of 277.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B9AAC2 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 185 170 194 -
CMYK 0.05 0.12 0 0.24
HSL 277.5º 0.16% 0.71% -
HSV(B) 277.5º 0.12% 0.76% -
XYZ 44.12 42.96 57.01 -
YUV 177.22 137.47 133.55 -
System Red Green Blue C M Y K H S L
Decimal 185 170 194 0.05 0.12 0 0.24 277.5 0.16 0.71
Hex B9 AA C2 5 C 0 18 116 10 47
Octal 271 252 302 5 14 0 30 426 20 107
Binary 10111001 10101010 11000010 101 1100 0 11000 100010110 10000 1000111

Color Harmonies of #B9AAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AAC2

Black with #B9AAC2

Text Example


Text Example

White with #B9AAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AAC2; }

 p { color: rgb(185,170,194); }

 H1.HeaderClassName
 {
   color: #B9AAC2;
 }
 .AnyTagClassName
 {
   color: #B9AAC2;
 }
</style>

background-color css

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

 a { background-color: rgb(185,170,194); }

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

border-color css

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

 span { border-color: rgb(185,170,194); }

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