Html Css Color HEX #B2AABA Chatelle

📋 copy color: '#B2AABA'

red 178 ◦ green 170 ◦ blue 186

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

Shades of Chatelle #B2AABA

Tints of Chatelle #B2AABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.83%

R = 33.33%
G = 31.84%
B = 34.83%

CMYK

 C value IS 0.04

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B2AABA (or 0xB2AABA) is known color: Chatelle. HEX triplet: B2, AA and BA. RGB value is (178,170,186). Sum of RGB (Red+Green+Blue) = 178+170+186=534 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.33% from 534); Green value is 170 (66.80% from 255 or 31.84% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 186 - color contains mainly: blue. Hex color #B2AABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AABA is #4D5545. Grayscale: #AEAEAE. Windows color (decimal): -5068102 or 12233394. OLE color: 12233394.

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

Color convert

RGB 178 170 186 -
CMYK 0.04 0.09 0 0.27
HSL 270º 0.1% 0.7% -
HSV(B) 270º 0.09% 0.73% -
XYZ 41.6 41.76 52.32 -
YUV 174.22 134.65 130.7 -
System Red Green Blue C M Y K H S L
Decimal 178 170 186 0.04 0.09 0 0.27 270 0.1 0.7
Hex B2 AA BA 4 9 0 1B 10E A 46
Octal 262 252 272 4 11 0 33 416 12 106
Binary 10110010 10101010 10111010 100 1001 0 11011 100001110 1010 1000110

Color Harmonies of #B2AABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AABA

Black with #B2AABA

Text Example


Text Example

White with #B2AABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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