Html Css Color HEX #B18AAE London Hue

📋 copy color: '#B18AAE'

red 177 ◦ green 138 ◦ blue 174

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

Shades of London Hue #B18AAE

Tints of London Hue #B18AAE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.22%

 BLUE value IS 174 (68.36% from 255) = 35.58%

R = 36.2%
G = 28.22%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B18AAE (or 0xB18AAE) is known color: London Hue. HEX triplet: B1, 8A and AE. RGB value is (177,138,174). Sum of RGB (Red+Green+Blue) = 177+138+174=489 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.20% from 489); Green value is 138 (54.30% from 255 or 28.22% from 489); Blue value is 174 (68.36% from 255 or 35.58% from 489); Max value from RGB is 177 - color contains mainly: red. Hex color #B18AAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18AAE is #4E7551. Grayscale: #999999. Windows color (decimal): -5141842 or 11438769. OLE color: 11438769.

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

Color convert

RGB 177 138 174 -
CMYK 0 0.22 0.02 0.31
HSL 304.62º 0.2% 0.62% -
HSV(B) 304.62º 0.22% 0.69% -
XYZ 34.86 30.58 44.11 -
YUV 153.77 139.42 144.57 -
System Red Green Blue C M Y K H S L
Decimal 177 138 174 0 0.22 0.02 0.31 304.62 0.2 0.62
Hex B1 8A AE 0 16 2 1F 131 14 3E
Octal 261 212 256 0 26 2 37 461 24 76
Binary 10110001 10001010 10101110 0 10110 10 11111 100110001 10100 111110

Color Harmonies of #B18AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18AAE

Black with #B18AAE

Text Example


Text Example

White with #B18AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18AAE; }

 p { color: rgb(177,138,174); }

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

background-color css

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

 a { background-color: rgb(177,138,174); }

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

border-color css

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

 span { border-color: rgb(177,138,174); }

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