#B4A2BF

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

Shades of Chatelle #B4A2BF

Tints of Chatelle #B4A2BF

Color information

#B4A2BF (or 0xB4A2BF) is unknown color: approx Chatelle. HEX triplet: B4, A2 and BF. RGB value is (180,162,191). Sum of RGB (Red+Green+Blue) = 180+162+191=533 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.77% from 533); Green value is 162 (63.67% from 255 or 30.39% from 533); Blue value is 191 (75% from 255 or 35.83% from 533); Max value from RGB is 191 - color contains mainly: blue. Hex color #B4A2BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A2BF is #4B5D40. Grayscale: #AAAAAA. Windows color (decimal): -4939073 or 12559028. OLE color: 12559028.

HSL color Cylindrical-coordinate representation of color #B4A2BF: hue angle of 277.24º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B4A2BF is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB180162191-
CMYK0.060.1500.25
HSL277.24º18.47%69.22%-
HSV(B)277.24º15.18%74.9%-
XYZ41.1539.3154.71-
YUV170.69139.46134.64-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.77%
GREEN value IS 162 (63.67% from 255) = 30.39%
BLUE value IS 191 (75% from 255) = 35.83%
R=33.77%
G=30.39%
B=35.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801621910.060.1500.25277.2418.4769.22
HexB4A2BF6F0191151245
Octal26424227761703142522105
Binary1011010010100010101111111101111011001100010101100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A2BF; }

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

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

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

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

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

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

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

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