Html Css Color HEX #B2AABB Chatelle

📋 copy color: '#B2AABB'

red 178 ◦ green 170 ◦ blue 187

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

Shades of Chatelle #B2AABB

Tints of Chatelle #B2AABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.95%

R = 33.27%
G = 31.78%
B = 34.95%

CMYK

 C value IS 0.05

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B2AABB (or 0xB2AABB) is known color: Chatelle. HEX triplet: B2, AA and BB. RGB value is (178,170,187). Sum of RGB (Red+Green+Blue) = 178+170+187=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 170 (66.80% from 255 or 31.78% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 187 - color contains mainly: blue. Hex color #B2AABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AABB is #4D5544. Grayscale: #AEAEAE. Windows color (decimal): -5068101 or 12298930. OLE color: 12298930.

HSL color Cylindrical-coordinate representation of color #B2AABB: hue angle of 268.24º degrees, saturation: 0.11, 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 #B2AABB is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 170 187 -
CMYK 0.05 0.09 0 0.27
HSL 268.24º 0.11% 0.7% -
HSV(B) 268.24º 0.09% 0.73% -
XYZ 41.7 41.8 52.88 -
YUV 174.33 135.15 130.62 -
System Red Green Blue C M Y K H S L
Decimal 178 170 187 0.05 0.09 0 0.27 268.24 0.11 0.7
Hex B2 AA BB 5 9 0 1B 10C B 46
Octal 262 252 273 5 11 0 33 414 13 106
Binary 10110010 10101010 10111011 101 1001 0 11011 100001100 1011 1000110

Color Harmonies of #B2AABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AABB

Black with #B2AABB

Text Example


Text Example

White with #B2AABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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