#B39FB9

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

Shades of Chatelle #B39FB9

Tints of Chatelle #B39FB9

Color information

#B39FB9 (or 0xB39FB9) is unknown color: approx Chatelle. HEX triplet: B3, 9F and B9. RGB value is (179,159,185). Sum of RGB (Red+Green+Blue) = 179+159+185=523 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.23% from 523); Green value is 159 (62.5% from 255 or 30.40% from 523); Blue value is 185 (72.66% from 255 or 35.37% from 523); Max value from RGB is 185 - color contains mainly: blue. Hex color #B39FB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39FB9 is #4C6046. Grayscale: #A7A7A7. Windows color (decimal): -5005383 or 12165043. OLE color: 12165043.

HSL color Cylindrical-coordinate representation of color #B39FB9: hue angle of 286.15º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B39FB9 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB179159185-
CMYK0.030.1400.27
HSL286.15º15.66%67.45%-
HSV(B)286.15º14.05%72.55%-
XYZ39.7537.8851.12-
YUV167.94137.63135.89-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.23%
GREEN value IS 159 (62.5% from 255) = 30.40%
BLUE value IS 185 (72.66% from 255) = 35.37%
R=34.23%
G=30.40%
B=35.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791591850.030.1400.27286.1515.6667.45
HexB39FB93E01B11e1043
Octal26323727131603343620103
Binary101100111001111110111001111110011011100011110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39FB9; }

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

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

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

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

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

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

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

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