#B39BBE

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

Shades of Chatelle #B39BBE

Tints of Chatelle #B39BBE

Color information

#B39BBE (or 0xB39BBE) is unknown color: approx Chatelle. HEX triplet: B3, 9B and BE. RGB value is (179,155,190). Sum of RGB (Red+Green+Blue) = 179+155+190=524 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.16% from 524); Green value is 155 (60.94% from 255 or 29.58% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 190 - color contains mainly: blue. Hex color #B39BBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39BBE is #4C6441. Grayscale: #A6A6A6. Windows color (decimal): -5006402 or 12491699. OLE color: 12491699.

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

Color convert

RGB179155190-
CMYK0.060.1800.25
HSL281.14º21.21%67.65%-
HSV(B)281.14º18.42%74.51%-
XYZ39.6136.7453.72-
YUV166.17141.45137.15-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.16%
GREEN value IS 155 (60.94% from 255) = 29.58%
BLUE value IS 190 (74.61% from 255) = 36.26%
R=34.16%
G=29.58%
B=36.26%

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
Decimal1791551900.060.1800.25281.1421.2167.65
HexB39BBE6120191191544
Octal26323327662203143125104
Binary10110011100110111011111011010010011001100011001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39BBE; }

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

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

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

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

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

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

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

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