Html Css Color HEX #B18EAC London Hue

📋 copy color: '#B18EAC'

red 177 ◦ green 142 ◦ blue 172

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

Shades of London Hue #B18EAC

Tints of London Hue #B18EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.03%

R = 36.05%
G = 28.92%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B18EAC (or 0xB18EAC) is known color: London Hue. HEX triplet: B1, 8E and AC. RGB value is (177,142,172). Sum of RGB (Red+Green+Blue) = 177+142+172=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 142 (55.86% from 255 or 28.92% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 177 - color contains mainly: red. Hex color #B18EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18EAC is #4E7153. Grayscale: #9B9B9B. Windows color (decimal): -5140820 or 11308721. OLE color: 11308721.

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

Color convert

RGB 177 142 172 -
CMYK 0 0.20 0.03 0.31
HSL 308.57º 0.18% 0.63% -
HSV(B) 308.57º 0.2% 0.69% -
XYZ 35.25 31.67 43.29 -
YUV 155.89 137.1 143.06 -
System Red Green Blue C M Y K H S L
Decimal 177 142 172 0 0.20 0.03 0.31 308.57 0.18 0.63
Hex B1 8E AC 0 14 3 1F 135 12 3F
Octal 261 216 254 0 24 3 37 465 22 77
Binary 10110001 10001110 10101100 0 10100 11 11111 100110101 10010 111111

Color Harmonies of #B18EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18EAC

Black with #B18EAC

Text Example


Text Example

White with #B18EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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