Html Css Color HEX #B39DBA Chatelle

📋 copy color: '#B39DBA'

red 179 ◦ green 157 ◦ blue 186

#B39DBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chatelle #B39DBA

Tints of Chatelle #B39DBA

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 value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B39DBA (or 0xB39DBA) is known color: 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

RGB 179 157 186 -
CMYK 0.04 0.16 0 0.27
HSL 285.52º 0.17% 0.67% -
HSV(B) 285.52º 0.16% 0.73% -
XYZ 39.51 37.24 51.56 -
YUV 166.88 138.79 136.64 -
System Red Green Blue C M Y K H S L
Decimal 179 157 186 0.04 0.16 0 0.27 285.52 0.17 0.67
Hex B3 9D BA 4 10 0 1B 11E 11 43
Octal 263 235 272 4 20 0 33 436 21 103
Binary 10110011 10011101 10111010 100 10000 0 11011 100011110 10001 1000011

Color Harmonies of #B39DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39DBA

Black with #B39DBA

Text Example


Text Example

White with #B39DBA

Text Example


Text Example

HTML Codes & Css Web 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>