#B39EBF

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

Shades of Chatelle #B39EBF

Tints of Chatelle #B39EBF

Color information

#B39EBF (or 0xB39EBF) is unknown color: approx Chatelle. HEX triplet: B3, 9E and BF. RGB value is (179,158,191). Sum of RGB (Red+Green+Blue) = 179+158+191=528 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.90% from 528); Green value is 158 (62.11% from 255 or 29.92% from 528); Blue value is 191 (75% from 255 or 36.17% from 528); Max value from RGB is 191 - color contains mainly: blue. Hex color #B39EBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39EBF is #4C6140. Grayscale: #A7A7A7. Windows color (decimal): -5005633 or 12558003. OLE color: 12558003.

HSL color Cylindrical-coordinate representation of color #B39EBF: hue angle of 278.18º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B39EBF is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB179158191-
CMYK0.060.1700.25
HSL278.18º20.5%68.43%-
HSV(B)278.18º17.28%74.9%-
XYZ40.2237.854.47-
YUV168.04140.96135.82-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.90%
GREEN value IS 158 (62.11% from 255) = 29.92%
BLUE value IS 191 (75% from 255) = 36.17%
R=33.90%
G=29.92%
B=36.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791581910.060.1700.25278.1820.568.43
HexB39EBF6110191161444
Octal26323627762103142624104
Binary10110011100111101011111111010001011001100010110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39EBF; }

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

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

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

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

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

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

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

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