#B39BBD

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

Shades of Chatelle #B39BBD

Tints of Chatelle #B39BBD

Color information

#B39BBD (or 0xB39BBD) is unknown color: approx Chatelle. HEX triplet: B3, 9B and BD. RGB value is (179,155,189). Sum of RGB (Red+Green+Blue) = 179+155+189=523 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.23% from 523); Green value is 155 (60.94% from 255 or 29.64% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 189 - color contains mainly: blue. Hex color #B39BBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39BBD is #4C6442. Grayscale: #A5A5A5. Windows color (decimal): -5006403 or 12426163. OLE color: 12426163.

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

Color convert

RGB179155189-
CMYK0.050.1800.26
HSL282.35º20.48%67.45%-
HSV(B)282.35º17.99%74.12%-
XYZ39.536.753.15-
YUV166.05140.95137.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.23%
GREEN value IS 155 (60.94% from 255) = 29.64%
BLUE value IS 189 (74.22% from 255) = 36.14%
R=34.23%
G=29.64%
B=36.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1791551890.050.1800.26282.3520.4867.45
HexB39BBD51201A11a1443
Octal26323327552203243224103
Binary10110011100110111011110110110010011010100011010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39BBD; }

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

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

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

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

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

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

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

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