#B3A4BB

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

Shades of Chatelle #B3A4BB

Tints of Chatelle #B3A4BB

Color information

#B3A4BB (or 0xB3A4BB) is unknown color: approx Chatelle. HEX triplet: B3, A4 and BB. RGB value is (179,164,187). Sum of RGB (Red+Green+Blue) = 179+164+187=530 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.77% from 530); Green value is 164 (64.45% from 255 or 30.94% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 187 - color contains mainly: blue. Hex color #B3A4BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A4BB is #4C5B44. Grayscale: #ABABAB. Windows color (decimal): -5004101 or 12297395. OLE color: 12297395.

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

Color convert

RGB179164187-
CMYK0.040.1200.27
HSL279.13º14.47%68.82%-
HSV(B)279.13º12.3%73.33%-
XYZ40.8439.7252.53-
YUV171.11136.97133.63-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.77%
GREEN value IS 164 (64.45% from 255) = 30.94%
BLUE value IS 187 (73.44% from 255) = 35.28%
R=33.77%
G=30.94%
B=35.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791641870.040.1200.27279.1314.4768.82
HexB3A4BB4C01B117e45
Octal26324427341403342716105
Binary101100111010010010111011100110001101110001011111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A4BB; }

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

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

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

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

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

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

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

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