#B39FBC

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

Shades of Chatelle #B39FBC

Tints of Chatelle #B39FBC

Color information

#B39FBC (or 0xB39FBC) is unknown color: approx Chatelle. HEX triplet: B3, 9F and BC. RGB value is (179,159,188). Sum of RGB (Red+Green+Blue) = 179+159+188=526 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.03% from 526); Green value is 159 (62.5% from 255 or 30.23% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 188 - color contains mainly: blue. Hex color #B39FBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39FBC is #4C6043. Grayscale: #A8A8A8. Windows color (decimal): -5005380 or 12361651. OLE color: 12361651.

HSL color Cylindrical-coordinate representation of color #B39FBC: hue angle of 281.38º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B39FBC is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB179159188-
CMYK0.050.1500.26
HSL281.38º17.79%68.04%-
HSV(B)281.38º15.43%73.73%-
XYZ40.0738.0152.8-
YUV168.29139.13135.64-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.03%
GREEN value IS 159 (62.5% from 255) = 30.23%
BLUE value IS 188 (73.83% from 255) = 35.74%
R=34.03%
G=30.23%
B=35.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1791591880.050.1500.26281.3817.7968.04
HexB39FBC5F01A1191244
Octal26323727451703243122104
Binary1011001110011111101111001011111011010100011001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39FBC; }

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

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

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

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

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

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

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

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