#B39BBA

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

Shades of Chatelle #B39BBA

Tints of Chatelle #B39BBA

Color information

#B39BBA (or 0xB39BBA) is unknown color: approx Chatelle. HEX triplet: B3, 9B and BA. RGB value is (179,155,186). Sum of RGB (Red+Green+Blue) = 179+155+186=520 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.42% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 186 - color contains mainly: blue. Hex color #B39BBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39BBA is #4C6445. Grayscale: #A5A5A5. Windows color (decimal): -5006406 or 12229555. OLE color: 12229555.

HSL color Cylindrical-coordinate representation of color #B39BBA: hue angle of 286.45º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B39BBA is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB179155186-
CMYK0.040.1700.27
HSL286.45º18.34%66.86%-
HSV(B)286.45º16.67%72.94%-
XYZ39.1736.5751.45-
YUV165.71139.45137.48-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.42%
GREEN value IS 155 (60.94% from 255) = 29.81%
BLUE value IS 186 (73.05% from 255) = 35.77%
R=34.42%
G=29.81%
B=35.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791551860.040.1700.27286.4518.3466.86
HexB39BBA41101B11e1243
Octal26323327242103343622103
Binary10110011100110111011101010010001011011100011110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39BBA; }

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

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

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

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

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

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

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

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