#B39FBE

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

Shades of Chatelle #B39FBE

Tints of Chatelle #B39FBE

Color information

#B39FBE (or 0xB39FBE) is unknown color: approx Chatelle. HEX triplet: B3, 9F and BE. RGB value is (179,159,190). Sum of RGB (Red+Green+Blue) = 179+159+190=528 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.90% from 528); Green value is 159 (62.5% from 255 or 30.11% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 190 - color contains mainly: blue. Hex color #B39FBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39FBE is #4C6041. Grayscale: #A8A8A8. Windows color (decimal): -5005378 or 12492723. OLE color: 12492723.

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

Color convert

RGB179159190-
CMYK0.060.1600.25
HSL278.71º19.25%68.43%-
HSV(B)278.71º16.32%74.51%-
XYZ40.2838.153.95-
YUV168.51140.13135.48-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.90%
GREEN value IS 159 (62.5% from 255) = 30.11%
BLUE value IS 190 (74.61% from 255) = 35.98%
R=33.90%
G=30.11%
B=35.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791591900.060.1600.25278.7119.2568.43
HexB39FBE6100191171344
Octal26323727662003142723104
Binary10110011100111111011111011010000011001100010111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39FBE; }

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

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

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

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

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

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

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

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