#B0A2B4

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

Shades of Chatelle #B0A2B4

Tints of Chatelle #B0A2B4

Color information

#B0A2B4 (or 0xB0A2B4) is unknown color: approx Chatelle. HEX triplet: B0, A2 and B4. RGB value is (176,162,180). Sum of RGB (Red+Green+Blue) = 176+162+180=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 162 (63.67% from 255 or 31.27% from 518); Blue value is 180 (70.70% from 255 or 34.75% from 518); Max value from RGB is 180 - color contains mainly: blue. Hex color #B0A2B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A2B4 is #4F5D4B. Grayscale: #A8A8A8. Windows color (decimal): -5201228 or 11838128. OLE color: 11838128.

HSL color Cylindrical-coordinate representation of color #B0A2B4: hue angle of 286.67º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B0A2B4 is Cyan = 0.02, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB176162180-
CMYK0.020.100.29
HSL286.67º10.71%67.06%-
HSV(B)286.67º10%70.59%-
XYZ39.0638.3748.53-
YUV168.24134.64133.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.98%
GREEN value IS 162 (63.67% from 255) = 31.27%
BLUE value IS 180 (70.70% from 255) = 34.75%
R=33.98%
G=31.27%
B=34.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761621800.020.100.29286.6710.7167.06
HexB0A2B42A01D11fb43
Octal26024226421203543713103
Binary10110000101000101011010010101001110110001111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A2B4; }

 p { color: rgb(176,162,180); }

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

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

 a { background-color: rgb(176,162,180); }

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

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

 span { border-color: rgb(176,162,180); }

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