Html Css Color HEX #B39DAE London Hue

📋 copy color: '#B39DAE'

red 179 ◦ green 157 ◦ blue 174

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

Shades of London Hue #B39DAE

Tints of London Hue #B39DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 34.12%

R = 35.1%
G = 30.78%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B39DAE (or 0xB39DAE) is known color: London Hue. HEX triplet: B3, 9D and AE. RGB value is (179,157,174). Sum of RGB (Red+Green+Blue) = 179+157+174=510 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.10% from 510); Green value is 157 (61.72% from 255 or 30.78% from 510); Blue value is 174 (68.36% from 255 or 34.12% from 510); Max value from RGB is 179 - color contains mainly: red. Hex color #B39DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39DAE is #4C6251. Grayscale: #A5A5A5. Windows color (decimal): -5005906 or 11443635. OLE color: 11443635.

HSL color Cylindrical-coordinate representation of color #B39DAE: hue angle of 313.64º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B39DAE is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 157 174 -
CMYK 0 0.12 0.03 0.30
HSL 313.64º 0.13% 0.66% -
HSV(B) 313.64º 0.12% 0.7% -
XYZ 38.29 36.75 45.12 -
YUV 165.52 132.79 137.62 -
System Red Green Blue C M Y K H S L
Decimal 179 157 174 0 0.12 0.03 0.30 313.64 0.13 0.66
Hex B3 9D AE 0 C 3 1E 13A D 42
Octal 263 235 256 0 14 3 36 472 15 102
Binary 10110011 10011101 10101110 0 1100 11 11110 100111010 1101 1000010

Color Harmonies of #B39DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39DAE

Black with #B39DAE

Text Example


Text Example

White with #B39DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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