Html Css Color HEX #B2AAB9 Chatelle

📋 copy color: '#B2AAB9'

red 178 ◦ green 170 ◦ blue 185

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

Shades of Chatelle #B2AAB9

Tints of Chatelle #B2AAB9

RGB

 RED value IS 178 (69.92% from 255) = 33.4%

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

 BLUE value IS 185 (72.66% from 255) = 34.71%

R = 33.4%
G = 31.89%
B = 34.71%

CMYK

 C value IS 0.04

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B2AAB9 (or 0xB2AAB9) is known color: Chatelle. HEX triplet: B2, AA and B9. RGB value is (178,170,185). Sum of RGB (Red+Green+Blue) = 178+170+185=533 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.40% from 533); Green value is 170 (66.80% from 255 or 31.89% from 533); Blue value is 185 (72.66% from 255 or 34.71% from 533); Max value from RGB is 185 - color contains mainly: blue. Hex color #B2AAB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AAB9 is #4D5546. Grayscale: #AEAEAE. Windows color (decimal): -5068103 or 12167858. OLE color: 12167858.

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

Color convert

RGB 178 170 185 -
CMYK 0.04 0.08 0 0.27
HSL 272º 0.1% 0.7% -
HSV(B) 272º 0.08% 0.73% -
XYZ 41.49 41.72 51.76 -
YUV 174.1 134.15 130.78 -
System Red Green Blue C M Y K H S L
Decimal 178 170 185 0.04 0.08 0 0.27 272 0.1 0.7
Hex B2 AA B9 4 8 0 1B 110 A 46
Octal 262 252 271 4 10 0 33 420 12 106
Binary 10110010 10101010 10111001 100 1000 0 11011 100010000 1010 1000110

Color Harmonies of #B2AAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AAB9

Black with #B2AAB9

Text Example


Text Example

White with #B2AAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AAB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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