#B39CBF

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

Shades of Chatelle #B39CBF

Tints of Chatelle #B39CBF

Color information

#B39CBF (or 0xB39CBF) is unknown color: approx Chatelle. HEX triplet: B3, 9C and BF. RGB value is (179,156,191). Sum of RGB (Red+Green+Blue) = 179+156+191=526 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.03% from 526); Green value is 156 (61.33% from 255 or 29.66% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 191 - color contains mainly: blue. Hex color #B39CBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39CBF is #4C6340. Grayscale: #A6A6A6. Windows color (decimal): -5006145 or 12557491. OLE color: 12557491.

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

Color convert

RGB179156191-
CMYK0.060.1800.25
HSL279.43º21.47%68.04%-
HSV(B)279.43º18.32%74.9%-
XYZ39.8837.1254.35-
YUV166.87141.62136.65-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.03%
GREEN value IS 156 (61.33% from 255) = 29.66%
BLUE value IS 191 (75% from 255) = 36.31%
R=34.03%
G=29.66%
B=36.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791561910.060.1800.25279.4321.4768.04
HexB39CBF6120191171544
Octal26323427762203142725104
Binary10110011100111001011111111010010011001100010111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39CBF; }

 p { color: rgb(179,156,191); }

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

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

 a { background-color: rgb(179,156,191); }

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

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

 span { border-color: rgb(179,156,191); }

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