Html Css Color HEX #B2ABBA Chatelle

📋 copy color: '#B2ABBA'

red 178 ◦ green 171 ◦ blue 186

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

Shades of Chatelle #B2ABBA

Tints of Chatelle #B2ABBA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.96%

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

R = 33.27%
G = 31.96%
B = 34.77%

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

#B2ABBA (or 0xB2ABBA) is known color: Chatelle. HEX triplet: B2, AB and BA. RGB value is (178,171,186). Sum of RGB (Red+Green+Blue) = 178+171+186=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 171 (67.19% from 255 or 31.96% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 186 - color contains mainly: blue. Hex color #B2ABBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ABBA is #4D5445. Grayscale: #AEAEAE. Windows color (decimal): -5067846 or 12233650. OLE color: 12233650.

HSL color Cylindrical-coordinate representation of color #B2ABBA: hue angle of 268º 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 #B2ABBA is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 171 186 -
CMYK 0.04 0.08 0 0.27
HSL 268º 0.1% 0.7% -
HSV(B) 268º 0.08% 0.73% -
XYZ 41.79 42.14 52.39 -
YUV 174.8 134.32 130.28 -
System Red Green Blue C M Y K H S L
Decimal 178 171 186 0.04 0.08 0 0.27 268 0.1 0.7
Hex B2 AB BA 4 8 0 1B 10C A 46
Octal 262 253 272 4 10 0 33 414 12 106
Binary 10110010 10101011 10111010 100 1000 0 11011 100001100 1010 1000110

Color Harmonies of #B2ABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ABBA

Black with #B2ABBA

Text Example


Text Example

White with #B2ABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ABBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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