Html Css Color HEX #B19DAF London Hue

📋 copy color: '#B19DAF'

red 177 ◦ green 157 ◦ blue 175

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

Shades of London Hue #B19DAF

Tints of London Hue #B19DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.38%

R = 34.77%
G = 30.84%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B19DAF (or 0xB19DAF) is known color: London Hue. HEX triplet: B1, 9D and AF. RGB value is (177,157,175). Sum of RGB (Red+Green+Blue) = 177+157+175=509 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.77% from 509); Green value is 157 (61.72% from 255 or 30.84% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 177 - color contains mainly: red. Hex color #B19DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19DAF is #4E6250. Grayscale: #A4A4A4. Windows color (decimal): -5136977 or 11509169. OLE color: 11509169.

HSL color Cylindrical-coordinate representation of color #B19DAF: hue angle of 306º 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 #B19DAF is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 157 175 -
CMYK 0 0.11 0.01 0.31
HSL 306º 0.11% 0.65% -
HSV(B) 306º 0.11% 0.69% -
XYZ 37.93 36.56 45.61 -
YUV 165.03 133.63 136.54 -
System Red Green Blue C M Y K H S L
Decimal 177 157 175 0 0.11 0.01 0.31 306 0.11 0.65
Hex B1 9D AF 0 B 1 1F 132 B 41
Octal 261 235 257 0 13 1 37 462 13 101
Binary 10110001 10011101 10101111 0 1011 1 11111 100110010 1011 1000001

Color Harmonies of #B19DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19DAF

Black with #B19DAF

Text Example


Text Example

White with #B19DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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