#B39ABB

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

Shades of Chatelle #B39ABB

Tints of Chatelle #B39ABB

Color information

#B39ABB (or 0xB39ABB) is unknown color: approx Chatelle. HEX triplet: B3, 9A and BB. RGB value is (179,154,187). Sum of RGB (Red+Green+Blue) = 179+154+187=520 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.42% from 520); Green value is 154 (60.55% from 255 or 29.62% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 187 - color contains mainly: blue. Hex color #B39ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39ABB is #4C6544. Grayscale: #A5A5A5. Windows color (decimal): -5006661 or 12294835. OLE color: 12294835.

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

Color convert

RGB179154187-
CMYK0.040.1800.27
HSL285.45º19.53%66.86%-
HSV(B)285.45º17.65%73.33%-
XYZ39.1236.2851.96-
YUV165.24140.28137.82-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.42%
GREEN value IS 154 (60.55% from 255) = 29.62%
BLUE value IS 187 (73.44% from 255) = 35.96%
R=34.42%
G=29.62%
B=35.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791541870.040.1800.27285.4519.5366.86
HexB39ABB41201B11d1443
Octal26323227342203343524103
Binary10110011100110101011101110010010011011100011101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39ABB; }

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

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

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

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

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

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

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

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