Html Css Color HEX #B39DB9 Chatelle

📋 copy color: '#B39DB9'

red 179 ◦ green 157 ◦ blue 185

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

Shades of Chatelle #B39DB9

Tints of Chatelle #B39DB9

RGB

 RED value IS 179 (70.31% from 255) = 34.36%

 GREEN value IS 157 (61.72% from 255) = 30.13%

 BLUE value IS 185 (72.66% from 255) = 35.51%

R = 34.36%
G = 30.13%
B = 35.51%

CMYK

 C value IS 0.03

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B39DB9 (or 0xB39DB9) is known color: Chatelle. HEX triplet: B3, 9D and B9. RGB value is (179,157,185). Sum of RGB (Red+Green+Blue) = 179+157+185=521 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.36% from 521); Green value is 157 (61.72% from 255 or 30.13% from 521); Blue value is 185 (72.66% from 255 or 35.51% from 521); Max value from RGB is 185 - color contains mainly: blue. Hex color #B39DB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39DB9 is #4C6246. Grayscale: #A6A6A6. Windows color (decimal): -5005895 or 12164531. OLE color: 12164531.

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

Color convert

RGB 179 157 185 -
CMYK 0.03 0.15 0 0.27
HSL 287.14º 0.17% 0.67% -
HSV(B) 287.14º 0.15% 0.73% -
XYZ 39.4 37.2 51 -
YUV 166.77 138.29 136.72 -
System Red Green Blue C M Y K H S L
Decimal 179 157 185 0.03 0.15 0 0.27 287.14 0.17 0.67
Hex B3 9D B9 3 F 0 1B 11F 11 43
Octal 263 235 271 3 17 0 33 437 21 103
Binary 10110011 10011101 10111001 11 1111 0 11011 100011111 10001 1000011

Color Harmonies of #B39DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39DB9

Black with #B39DB9

Text Example


Text Example

White with #B39DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39DB9; }

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

 H1.HeaderClassName
 {
   color: #B39DB9;
 }
 .AnyTagClassName
 {
   color: #B39DB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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