#B39FB7

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

Shades of Chatelle #B39FB7

Tints of Chatelle #B39FB7

Color information

#B39FB7 (or 0xB39FB7) is unknown color: approx Chatelle. HEX triplet: B3, 9F and B7. RGB value is (179,159,183). Sum of RGB (Red+Green+Blue) = 179+159+183=521 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.36% from 521); Green value is 159 (62.5% from 255 or 30.52% from 521); Blue value is 183 (71.88% from 255 or 35.12% from 521); Max value from RGB is 183 - color contains mainly: blue. Hex color #B39FB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39FB7 is #4C6048. Grayscale: #A7A7A7. Windows color (decimal): -5005385 or 12033971. OLE color: 12033971.

HSL color Cylindrical-coordinate representation of color #B39FB7: hue angle of 290º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B39FB7 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB179159183-
CMYK0.020.1300.28
HSL290º14.29%67.06%-
HSV(B)290º13.11%71.76%-
XYZ39.5437.850.01-
YUV167.72136.63136.05-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.36%
GREEN value IS 159 (62.5% from 255) = 30.52%
BLUE value IS 183 (71.88% from 255) = 35.12%
R=34.36%
G=30.52%
B=35.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1791591830.020.1300.2829014.2967.06
HexB39FB72D01C122e43
Octal26323726721503444216103
Binary10110011100111111011011110110101110010010001011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39FB7; }

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

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

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

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

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

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

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

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