#B39AB9

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

Shades of Chatelle #B39AB9

Tints of Chatelle #B39AB9

Color information

#B39AB9 (or 0xB39AB9) is unknown color: approx Chatelle. HEX triplet: B3, 9A and B9. RGB value is (179,154,185). Sum of RGB (Red+Green+Blue) = 179+154+185=518 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.56% from 518); Green value is 154 (60.55% from 255 or 29.73% from 518); Blue value is 185 (72.66% from 255 or 35.71% from 518); Max value from RGB is 185 - color contains mainly: blue. Hex color #B39AB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39AB9 is #4C6546. Grayscale: #A4A4A4. Windows color (decimal): -5006663 or 12163763. OLE color: 12163763.

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

Color convert

RGB179154185-
CMYK0.030.1700.27
HSL288.39º18.13%66.47%-
HSV(B)288.39º16.76%72.55%-
XYZ38.936.250.84-
YUV165.01139.28137.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.56%
GREEN value IS 154 (60.55% from 255) = 29.73%
BLUE value IS 185 (72.66% from 255) = 35.71%
R=34.56%
G=29.73%
B=35.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791541850.030.1700.27288.3918.1366.47
HexB39AB931101B1201242
Octal26323227132103344022102
Binary1011001110011010101110011110001011011100100000100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39AB9; }

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

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

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

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

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

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

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

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