#B39CBE

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

Shades of Chatelle #B39CBE

Tints of Chatelle #B39CBE

Color information

#B39CBE (or 0xB39CBE) is unknown color: approx Chatelle. HEX triplet: B3, 9C and BE. RGB value is (179,156,190). Sum of RGB (Red+Green+Blue) = 179+156+190=525 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.10% from 525); Green value is 156 (61.33% from 255 or 29.71% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 190 - color contains mainly: blue. Hex color #B39CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39CBE is #4C6341. Grayscale: #A6A6A6. Windows color (decimal): -5006146 or 12491955. OLE color: 12491955.

HSL color Cylindrical-coordinate representation of color #B39CBE: hue angle of 280.59º 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 #B39CBE is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB179156190-
CMYK0.060.1800.25
HSL280.59º20.73%67.84%-
HSV(B)280.59º17.89%74.51%-
XYZ39.7737.0853.78-
YUV166.75141.12136.74-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.10%
GREEN value IS 156 (61.33% from 255) = 29.71%
BLUE value IS 190 (74.61% from 255) = 36.19%
R=34.10%
G=29.71%
B=36.19%

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
Decimal1791561900.060.1800.25280.5920.7367.84
HexB39CBE6120191191544
Octal26323427662203143125104
Binary10110011100111001011111011010010011001100011001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39CBE; }

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

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

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

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

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

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

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

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