Html Css Color HEX #B2AAB4 Chatelle

📋 copy color: '#B2AAB4'

red 178 ◦ green 170 ◦ blue 180

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

Shades of Chatelle #B2AAB4

Tints of Chatelle #B2AAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.09%

R = 33.71%
G = 32.2%
B = 34.09%

CMYK

 C value IS 0.01

 M value IS 0.06

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B2AAB4 (or 0xB2AAB4) is known color: Chatelle. HEX triplet: B2, AA and B4. RGB value is (178,170,180). Sum of RGB (Red+Green+Blue) = 178+170+180=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 170 (66.80% from 255 or 32.20% from 528); Blue value is 180 (70.70% from 255 or 34.09% from 528); Max value from RGB is 180 - color contains mainly: blue. Hex color #B2AAB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AAB4 is #4D554B. Grayscale: #ADADAD. Windows color (decimal): -5068108 or 11840178. OLE color: 11840178.

HSL color Cylindrical-coordinate representation of color #B2AAB4: hue angle of 288º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B2AAB4 is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 170 180 -
CMYK 0.01 0.06 0 0.29
HSL 288º 0.06% 0.69% -
HSV(B) 288º 0.06% 0.71% -
XYZ 40.97 41.51 49.03 -
YUV 173.53 131.65 131.19 -
System Red Green Blue C M Y K H S L
Decimal 178 170 180 0.01 0.06 0 0.29 288 0.06 0.69
Hex B2 AA B4 1 6 0 1D 120 6 45
Octal 262 252 264 1 6 0 35 440 6 105
Binary 10110010 10101010 10110100 1 110 0 11101 100100000 110 1000101

Color Harmonies of #B2AAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AAB4

Black with #B2AAB4

Text Example


Text Example

White with #B2AAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AAB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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