#B3A0BB

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

Shades of Chatelle #B3A0BB

Tints of Chatelle #B3A0BB

Color information

#B3A0BB (or 0xB3A0BB) is unknown color: approx Chatelle. HEX triplet: B3, A0 and BB. RGB value is (179,160,187). Sum of RGB (Red+Green+Blue) = 179+160+187=526 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.03% from 526); Green value is 160 (62.89% from 255 or 30.42% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 187 - color contains mainly: blue. Hex color #B3A0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A0BB is #4C5F44. Grayscale: #A8A8A8. Windows color (decimal): -5005125 or 12296371. OLE color: 12296371.

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

Color convert

RGB179160187-
CMYK0.040.1400.27
HSL282.22º16.56%68.04%-
HSV(B)282.22º14.44%73.33%-
XYZ40.1338.3152.29-
YUV168.76138.29135.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.03%
GREEN value IS 160 (62.89% from 255) = 30.42%
BLUE value IS 187 (73.44% from 255) = 35.55%
R=34.03%
G=30.42%
B=35.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791601870.040.1400.27282.2216.5668.04
HexB3A0BB4E01B11a1144
Octal26324027341603343221104
Binary1011001110100000101110111001110011011100011010100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A0BB; }

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

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

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

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

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

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

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

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