Html Css Color HEX #B19DAE London Hue

📋 copy color: '#B19DAE'

red 177 ◦ green 157 ◦ blue 174

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

Shades of London Hue #B19DAE

Tints of London Hue #B19DAE

RGB

 RED value IS 177 (69.53% from 255) = 34.84%

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

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

R = 34.84%
G = 30.91%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B19DAE (or 0xB19DAE) is known color: London Hue. HEX triplet: B1, 9D and AE. RGB value is (177,157,174). Sum of RGB (Red+Green+Blue) = 177+157+174=508 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.84% from 508); Green value is 157 (61.72% from 255 or 30.91% from 508); Blue value is 174 (68.36% from 255 or 34.25% from 508); Max value from RGB is 177 - color contains mainly: red. Hex color #B19DAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19DAE is #4E6251. Grayscale: #A4A4A4. Windows color (decimal): -5136978 or 11443633. OLE color: 11443633.

HSL color Cylindrical-coordinate representation of color #B19DAE: hue angle of 309º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B19DAE is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 157 174 -
CMYK 0 0.11 0.02 0.31
HSL 309º 0.11% 0.65% -
HSV(B) 309º 0.11% 0.69% -
XYZ 37.83 36.52 45.1 -
YUV 164.92 133.13 136.62 -
System Red Green Blue C M Y K H S L
Decimal 177 157 174 0 0.11 0.02 0.31 309 0.11 0.65
Hex B1 9D AE 0 B 2 1F 135 B 41
Octal 261 235 256 0 13 2 37 465 13 101
Binary 10110001 10011101 10101110 0 1011 10 11111 100110101 1011 1000001

Color Harmonies of #B19DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19DAE

Black with #B19DAE

Text Example


Text Example

White with #B19DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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