#B4A2B9

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

Shades of Chatelle #B4A2B9

Tints of Chatelle #B4A2B9

Color information

#B4A2B9 (or 0xB4A2B9) is unknown color: approx Chatelle. HEX triplet: B4, A2 and B9. RGB value is (180,162,185). Sum of RGB (Red+Green+Blue) = 180+162+185=527 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.16% from 527); Green value is 162 (63.67% from 255 or 30.74% from 527); Blue value is 185 (72.66% from 255 or 35.10% from 527); Max value from RGB is 185 - color contains mainly: blue. Hex color #B4A2B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A2B9 is #4B5D46. Grayscale: #A9A9A9. Windows color (decimal): -4939079 or 12165812. OLE color: 12165812.

HSL color Cylindrical-coordinate representation of color #B4A2B9: hue angle of 286.96º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B4A2B9 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB180162185-
CMYK0.030.1200.27
HSL286.96º14.11%68.04%-
HSV(B)286.96º12.43%72.55%-
XYZ40.539.0551.3-
YUV170136.46135.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.16%
GREEN value IS 162 (63.67% from 255) = 30.74%
BLUE value IS 185 (72.66% from 255) = 35.10%
R=34.16%
G=30.74%
B=35.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801621850.030.1200.27286.9614.1168.04
HexB4A2B93C01B11fe44
Octal26424227131403343716104
Binary10110100101000101011100111110001101110001111111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A2B9; }

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

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

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

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

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

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

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

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