#B39DB9

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

Shades of Chatelle #B39DB9

Tints of Chatelle #B39DB9

Color information

#B39DB9 (or 0xB39DB9) is unknown color: approx Chatelle. HEX triplet: B3, 9D and B9. RGB value is (179,157,185). Sum of RGB (Red+Green+Blue) = 179+157+185=521 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.36% from 521); Green value is 157 (61.72% from 255 or 30.13% from 521); Blue value is 185 (72.66% from 255 or 35.51% from 521); Max value from RGB is 185 - color contains mainly: blue. Hex color #B39DB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39DB9 is #4C6246. Grayscale: #A6A6A6. Windows color (decimal): -5005895 or 12164531. OLE color: 12164531.

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

Color convert

RGB179157185-
CMYK0.030.1500.27
HSL287.14º16.67%67.06%-
HSV(B)287.14º15.14%72.55%-
XYZ39.437.251-
YUV166.77138.29136.72-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.36%
GREEN value IS 157 (61.72% from 255) = 30.13%
BLUE value IS 185 (72.66% from 255) = 35.51%
R=34.36%
G=30.13%
B=35.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791571850.030.1500.27287.1416.6767.06
HexB39DB93F01B11f1143
Octal26323527131703343721103
Binary101100111001110110111001111111011011100011111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39DB9; }

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

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

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

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

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

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

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

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