#B39FBA

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

Shades of Chatelle #B39FBA

Tints of Chatelle #B39FBA

Color information

#B39FBA (or 0xB39FBA) is unknown color: approx Chatelle. HEX triplet: B3, 9F and BA. RGB value is (179,159,186). Sum of RGB (Red+Green+Blue) = 179+159+186=524 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.16% from 524); Green value is 159 (62.5% from 255 or 30.34% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 186 - color contains mainly: blue. Hex color #B39FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39FBA is #4C6045. Grayscale: #A7A7A7. Windows color (decimal): -5005382 or 12230579. OLE color: 12230579.

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

Color convert

RGB179159186-
CMYK0.040.1500.27
HSL284.44º16.36%67.65%-
HSV(B)284.44º14.52%72.94%-
XYZ39.8537.9351.67-
YUV168.06138.13135.8-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.16%
GREEN value IS 159 (62.5% from 255) = 30.34%
BLUE value IS 186 (73.05% from 255) = 35.50%
R=34.16%
G=30.34%
B=35.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791591860.040.1500.27284.4416.3667.65
HexB39FBA4F01B11c1044
Octal26323727241703343420104
Binary1011001110011111101110101001111011011100011100100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39FBA; }

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

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

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

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

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

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

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

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