#B2ABBA

Color #B2ABBA Chatelle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chatelle #B2ABBA

Tints of Chatelle #B2ABBA

Color information

#B2ABBA (or 0xB2ABBA) is unknown color: approx 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

RGB178171186-
CMYK0.040.0800.27
HSL268º9.8%70%-
HSV(B)268º8.06%72.94%-
XYZ41.7942.1452.39-
YUV174.8134.32130.28-

RGB Variations

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

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 (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781711860.040.0800.272689.870
HexB2ABBA4801B10ca46
Octal26225327241003341412106
Binary101100101010101110111010100100001101110000110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2ABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>