#B39EBD

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

Shades of Chatelle #B39EBD

Tints of Chatelle #B39EBD

Color information

#B39EBD (or 0xB39EBD) is unknown color: approx Chatelle. HEX triplet: B3, 9E and BD. RGB value is (179,158,189). Sum of RGB (Red+Green+Blue) = 179+158+189=526 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.03% from 526); Green value is 158 (62.11% from 255 or 30.04% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 189 - color contains mainly: blue. Hex color #B39EBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39EBD is #4C6142. Grayscale: #A7A7A7. Windows color (decimal): -5005635 or 12426931. OLE color: 12426931.

HSL color Cylindrical-coordinate representation of color #B39EBD: hue angle of 280.65º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B39EBD is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB179158189-
CMYK0.050.1600.26
HSL280.65º19.02%68.04%-
HSV(B)280.65º16.4%74.12%-
XYZ4037.7153.31-
YUV167.81139.96135.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.03%
GREEN value IS 158 (62.11% from 255) = 30.04%
BLUE value IS 189 (74.22% from 255) = 35.93%
R=34.03%
G=30.04%
B=35.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1791581890.050.1600.26280.6519.0268.04
HexB39EBD51001A1191344
Octal26323627552003243123104
Binary10110011100111101011110110110000011010100011001100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39EBD; }

 p { color: rgb(179,158,189); }

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

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

 a { background-color: rgb(179,158,189); }

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

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

 span { border-color: rgb(179,158,189); }

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