Html Css Color HEX #B2AAB8 Chatelle

📋 copy color: '#B2AAB8'

red 178 ◦ green 170 ◦ blue 184

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

Shades of Chatelle #B2AAB8

Tints of Chatelle #B2AAB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.59%

R = 33.46%
G = 31.95%
B = 34.59%

CMYK

 C value IS 0.03

 M value IS 0.08

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B2AAB8 (or 0xB2AAB8) is known color: Chatelle. HEX triplet: B2, AA and B8. RGB value is (178,170,184). Sum of RGB (Red+Green+Blue) = 178+170+184=532 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.46% from 532); Green value is 170 (66.80% from 255 or 31.95% from 532); Blue value is 184 (72.27% from 255 or 34.59% from 532); Max value from RGB is 184 - color contains mainly: blue. Hex color #B2AAB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AAB8 is #4D5547. Grayscale: #ADADAD. Windows color (decimal): -5068104 or 12102322. OLE color: 12102322.

HSL color Cylindrical-coordinate representation of color #B2AAB8: hue angle of 274.29º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B2AAB8 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 178 170 184 -
CMYK 0.03 0.08 0 0.28
HSL 274.29º 0.09% 0.69% -
HSV(B) 274.29º 0.08% 0.72% -
XYZ 41.39 41.68 51.21 -
YUV 173.99 133.65 130.86 -
System Red Green Blue C M Y K H S L
Decimal 178 170 184 0.03 0.08 0 0.28 274.29 0.09 0.69
Hex B2 AA B8 3 8 0 1C 112 9 45
Octal 262 252 270 3 10 0 34 422 11 105
Binary 10110010 10101010 10111000 11 1000 0 11100 100010010 1001 1000101

Color Harmonies of #B2AAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AAB8

Black with #B2AAB8

Text Example


Text Example

White with #B2AAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AAB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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