Html Css Color HEX #B18EAA London Hue

📋 copy color: '#B18EAA'

red 177 ◦ green 142 ◦ blue 170

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

Shades of London Hue #B18EAA

Tints of London Hue #B18EAA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.04%

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

R = 36.2%
G = 29.04%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#B18EAA (or 0xB18EAA) is known color: London Hue. HEX triplet: B1, 8E and AA. RGB value is (177,142,170). Sum of RGB (Red+Green+Blue) = 177+142+170=489 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.20% from 489); Green value is 142 (55.86% from 255 or 29.04% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 177 - color contains mainly: red. Hex color #B18EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18EAA is #4E7155. Grayscale: #9B9B9B. Windows color (decimal): -5140822 or 11177649. OLE color: 11177649.

HSL color Cylindrical-coordinate representation of color #B18EAA: hue angle of 312º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B18EAA is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 142 170 -
CMYK 0 0.20 0.04 0.31
HSL 312º 0.18% 0.63% -
HSV(B) 312º 0.2% 0.69% -
XYZ 35.06 31.6 42.28 -
YUV 155.66 136.1 143.22 -
System Red Green Blue C M Y K H S L
Decimal 177 142 170 0 0.20 0.04 0.31 312 0.18 0.63
Hex B1 8E AA 0 14 4 1F 138 12 3F
Octal 261 216 252 0 24 4 37 470 22 77
Binary 10110001 10001110 10101010 0 10100 100 11111 100111000 10010 111111

Color Harmonies of #B18EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18EAA

Black with #B18EAA

Text Example


Text Example

White with #B18EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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