#B39DBA

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

Shades of Chatelle #B39DBA

Tints of Chatelle #B39DBA

Color information

#B39DBA (or 0xB39DBA) is unknown color: approx Chatelle. HEX triplet: B3, 9D and BA. RGB value is (179,157,186). Sum of RGB (Red+Green+Blue) = 179+157+186=522 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.29% from 522); Green value is 157 (61.72% from 255 or 30.08% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 186 - color contains mainly: blue. Hex color #B39DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39DBA is #4C6245. Grayscale: #A6A6A6. Windows color (decimal): -5005894 or 12230067. OLE color: 12230067.

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

Color convert

RGB179157186-
CMYK0.040.1600.27
HSL285.52º17.37%67.25%-
HSV(B)285.52º15.59%72.94%-
XYZ39.5137.2451.56-
YUV166.88138.79136.64-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.29%
GREEN value IS 157 (61.72% from 255) = 30.08%
BLUE value IS 186 (73.05% from 255) = 35.63%
R=34.29%
G=30.08%
B=35.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791571860.040.1600.27285.5217.3767.25
HexB39DBA41001B11e1143
Octal26323527242003343621103
Binary10110011100111011011101010010000011011100011110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39DBA; }

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

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

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

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

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

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

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

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