#B39DBF

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

Shades of Chatelle #B39DBF

Tints of Chatelle #B39DBF

Color information

#B39DBF (or 0xB39DBF) is unknown color: approx Chatelle. HEX triplet: B3, 9D and BF. RGB value is (179,157,191). Sum of RGB (Red+Green+Blue) = 179+157+191=527 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.97% from 527); Green value is 157 (61.72% from 255 or 29.79% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 191 - color contains mainly: blue. Hex color #B39DBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39DBF is #4C6240. Grayscale: #A7A7A7. Windows color (decimal): -5005889 or 12557747. OLE color: 12557747.

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

Color convert

RGB179157191-
CMYK0.060.1800.25
HSL278.82º20.99%68.24%-
HSV(B)278.82º17.8%74.9%-
XYZ40.0537.4654.41-
YUV167.45141.29136.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.97%
GREEN value IS 157 (61.72% from 255) = 29.79%
BLUE value IS 191 (75% from 255) = 36.24%
R=33.97%
G=29.79%
B=36.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791571910.060.1800.25278.8220.9968.24
HexB39DBF6120191171544
Octal26323527762203142725104
Binary10110011100111011011111111010010011001100010111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39DBF; }

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

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

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

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

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

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

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

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