#B2A8BB

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

Shades of Chatelle #B2A8BB

Tints of Chatelle #B2A8BB

Color information

#B2A8BB (or 0xB2A8BB) is unknown color: approx Chatelle. HEX triplet: B2, A8 and BB. RGB value is (178,168,187). Sum of RGB (Red+Green+Blue) = 178+168+187=533 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.40% from 533); Green value is 168 (66.02% from 255 or 31.52% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 187 - color contains mainly: blue. Hex color #B2A8BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A8BB is #4D5744. Grayscale: #ADADAD. Windows color (decimal): -5068613 or 12298418. OLE color: 12298418.

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

Color convert

RGB178168187-
CMYK0.050.1000.27
HSL271.58º12.26%69.61%-
HSV(B)271.58º10.16%73.33%-
XYZ41.3341.0652.76-
YUV173.16135.81131.46-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.40%
GREEN value IS 168 (66.02% from 255) = 31.52%
BLUE value IS 187 (73.44% from 255) = 35.08%
R=33.40%
G=31.52%
B=35.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781681870.050.1000.27271.5812.2669.61
HexB2A8BB5A01B110c46
Octal26225027351203342014106
Binary101100101010100010111011101101001101110001000011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A8BB; }

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

 H1.HeaderClassName
 {
   color: #B2A8BB;
 }
 .AnyTagClassName
 {
   color: #B2A8BB;
 }
</style>
background-color css

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

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

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

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

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

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