Html Css Color HEX #B9AAC3 Chatelle

📋 copy color: '#B9AAC3'

red 185 ◦ green 170 ◦ blue 195

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

Shades of Chatelle #B9AAC3

Tints of Chatelle #B9AAC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 35.45%

R = 33.64%
G = 30.91%
B = 35.45%

CMYK

 C value IS 0.05

 M value IS 0.13

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B9AAC3 (or 0xB9AAC3) is known color: Chatelle. HEX triplet: B9, AA and C3. RGB value is (185,170,195). Sum of RGB (Red+Green+Blue) = 185+170+195=550 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.64% from 550); Green value is 170 (66.80% from 255 or 30.91% from 550); Blue value is 195 (76.56% from 255 or 35.45% from 550); Max value from RGB is 195 - color contains mainly: blue. Hex color #B9AAC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AAC3 is #46553C. Grayscale: #B1B1B1. Windows color (decimal): -4609341 or 12823225. OLE color: 12823225.

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

Color convert

RGB 185 170 195 -
CMYK 0.05 0.13 0 0.24
HSL 276º 0.17% 0.72% -
HSV(B) 276º 0.13% 0.76% -
XYZ 44.23 43 57.6 -
YUV 177.34 137.97 133.47 -
System Red Green Blue C M Y K H S L
Decimal 185 170 195 0.05 0.13 0 0.24 276 0.17 0.72
Hex B9 AA C3 5 D 0 18 114 11 48
Octal 271 252 303 5 15 0 30 424 21 110
Binary 10111001 10101010 11000011 101 1101 0 11000 100010100 10001 1001000

Color Harmonies of #B9AAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AAC3

Black with #B9AAC3

Text Example


Text Example

White with #B9AAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AAC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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