Html Css Color HEX #B39DBB Chatelle

📋 copy color: '#B39DBB'

red 179 ◦ green 157 ◦ blue 187

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

Shades of Chatelle #B39DBB

Tints of Chatelle #B39DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.76%

R = 34.23%
G = 30.02%
B = 35.76%

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

#B39DBB (or 0xB39DBB) is known color: Chatelle. HEX triplet: B3, 9D and BB. RGB value is (179,157,187). Sum of RGB (Red+Green+Blue) = 179+157+187=523 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.23% from 523); Green value is 157 (61.72% from 255 or 30.02% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 187 - color contains mainly: blue. Hex color #B39DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39DBB is #4C6244. Grayscale: #A6A6A6. Windows color (decimal): -5005893 or 12295603. OLE color: 12295603.

HSL color Cylindrical-coordinate representation of color #B39DBB: hue angle of 284º degrees, saturation: 0.18, 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 #B39DBB is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 157 187 -
CMYK 0.04 0.16 0 0.27
HSL 284º 0.18% 0.67% -
HSV(B) 284º 0.16% 0.73% -
XYZ 39.62 37.29 52.12 -
YUV 167 139.29 136.56 -
System Red Green Blue C M Y K H S L
Decimal 179 157 187 0.04 0.16 0 0.27 284 0.18 0.67
Hex B3 9D BB 4 10 0 1B 11C 12 43
Octal 263 235 273 4 20 0 33 434 22 103
Binary 10110011 10011101 10111011 100 10000 0 11011 100011100 10010 1000011

Color Harmonies of #B39DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39DBB

Black with #B39DBB

Text Example


Text Example

White with #B39DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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