#B3A2BB

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

Shades of Chatelle #B3A2BB

Tints of Chatelle #B3A2BB

Color information

#B3A2BB (or 0xB3A2BB) is unknown color: approx Chatelle. HEX triplet: B3, A2 and BB. RGB value is (179,162,187). Sum of RGB (Red+Green+Blue) = 179+162+187=528 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.90% from 528); Green value is 162 (63.67% from 255 or 30.68% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 187 - color contains mainly: blue. Hex color #B3A2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A2BB is #4C5D44. Grayscale: #A9A9A9. Windows color (decimal): -5004613 or 12296883. OLE color: 12296883.

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

Color convert

RGB179162187-
CMYK0.040.1300.27
HSL280.8º15.53%68.43%-
HSV(B)280.8º13.37%73.33%-
XYZ40.4839.0152.41-
YUV169.93137.63134.47-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.90%
GREEN value IS 162 (63.67% from 255) = 30.68%
BLUE value IS 187 (73.44% from 255) = 35.42%
R=33.90%
G=30.68%
B=35.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791621870.040.1300.27280.815.5368.43
HexB3A2BB4D01B1191044
Octal26324227341503343120104
Binary1011001110100010101110111001101011011100011001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A2BB; }

 p { color: rgb(179,162,187); }

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

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

 a { background-color: rgb(179,162,187); }

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

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

 span { border-color: rgb(179,162,187); }

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