Html Css Color HEX #B19AAD London Hue

📋 copy color: '#B19AAD'

red 177 ◦ green 154 ◦ blue 173

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

Shades of London Hue #B19AAD

Tints of London Hue #B19AAD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.56%

 BLUE value IS 173 (67.97% from 255) = 34.33%

R = 35.12%
G = 30.56%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B19AAD (or 0xB19AAD) is known color: London Hue. HEX triplet: B1, 9A and AD. RGB value is (177,154,173). Sum of RGB (Red+Green+Blue) = 177+154+173=504 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.12% from 504); Green value is 154 (60.55% from 255 or 30.56% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 177 - color contains mainly: red. Hex color #B19AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19AAD is #4E6552. Grayscale: #A2A2A2. Windows color (decimal): -5137747 or 11377329. OLE color: 11377329.

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

Color convert

RGB 177 154 173 -
CMYK 0 0.13 0.02 0.31
HSL 310.43º 0.13% 0.65% -
HSV(B) 310.43º 0.13% 0.69% -
XYZ 37.23 35.48 44.42 -
YUV 163.04 133.62 137.96 -
System Red Green Blue C M Y K H S L
Decimal 177 154 173 0 0.13 0.02 0.31 310.43 0.13 0.65
Hex B1 9A AD 0 D 2 1F 136 D 41
Octal 261 232 255 0 15 2 37 466 15 101
Binary 10110001 10011010 10101101 0 1101 10 11111 100110110 1101 1000001

Color Harmonies of #B19AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19AAD

Black with #B19AAD

Text Example


Text Example

White with #B19AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19AAD; }

 p { color: rgb(177,154,173); }

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

background-color css

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

 a { background-color: rgb(177,154,173); }

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

border-color css

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

 span { border-color: rgb(177,154,173); }

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