#B39FBD

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

Shades of Chatelle #B39FBD

Tints of Chatelle #B39FBD

Color information

#B39FBD (or 0xB39FBD) is unknown color: approx Chatelle. HEX triplet: B3, 9F and BD. RGB value is (179,159,189). Sum of RGB (Red+Green+Blue) = 179+159+189=527 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.97% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 189 - color contains mainly: blue. Hex color #B39FBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39FBD is #4C6042. Grayscale: #A8A8A8. Windows color (decimal): -5005379 or 12427187. OLE color: 12427187.

HSL color Cylindrical-coordinate representation of color #B39FBD: hue angle of 280º 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 #B39FBD is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB179159189-
CMYK0.050.1600.26
HSL280º18.52%68.24%-
HSV(B)280º15.87%74.12%-
XYZ40.1738.0553.37-
YUV168.4139.63135.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.97%
GREEN value IS 159 (62.5% from 255) = 30.17%
BLUE value IS 189 (74.22% from 255) = 35.86%
R=33.97%
G=30.17%
B=35.86%

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
Decimal1791591890.050.1600.2628018.5268.24
HexB39FBD51001A1181344
Octal26323727552003243023104
Binary10110011100111111011110110110000011010100011000100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39FBD; }

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

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

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

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

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

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

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

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