Html Css Color HEX #B17EAA London Hue

📋 copy color: '#B17EAA'

red 177 ◦ green 126 ◦ blue 170

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

Shades of London Hue #B17EAA

Tints of London Hue #B17EAA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.64%

 BLUE value IS 170 (66.8% from 255) = 35.94%

R = 37.42%
G = 26.64%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#B17EAA (or 0xB17EAA) is known color: London Hue. HEX triplet: B1, 7E and AA. RGB value is (177,126,170). Sum of RGB (Red+Green+Blue) = 177+126+170=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 126 (49.61% from 255 or 26.64% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 177 - color contains mainly: red. Hex color #B17EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17EAA is #4E8155. Grayscale: #929292. Windows color (decimal): -5144918 or 11173553. OLE color: 11173553.

HSL color Cylindrical-coordinate representation of color #B17EAA: hue angle of 308.24º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B17EAA is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 126 170 -
CMYK 0 0.29 0.04 0.31
HSL 308.24º 0.25% 0.59% -
HSV(B) 308.24º 0.29% 0.69% -
XYZ 32.85 27.17 41.54 -
YUV 146.27 141.4 149.92 -
System Red Green Blue C M Y K H S L
Decimal 177 126 170 0 0.29 0.04 0.31 308.24 0.25 0.59
Hex B1 7E AA 0 1D 4 1F 134 19 3B
Octal 261 176 252 0 35 4 37 464 31 73
Binary 10110001 1111110 10101010 0 11101 100 11111 100110100 11001 111011

Color Harmonies of #B17EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17EAA

Black with #B17EAA

Text Example


Text Example

White with #B17EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17EAA; }

 p { color: rgb(177,126,170); }

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

background-color css

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

 a { background-color: rgb(177,126,170); }

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

border-color css

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

 span { border-color: rgb(177,126,170); }

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