Html Css Color HEX #B18BAE London Hue

📋 copy color: '#B18BAE'

red 177 ◦ green 139 ◦ blue 174

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

Shades of London Hue #B18BAE

Tints of London Hue #B18BAE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.37%

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

R = 36.12%
G = 28.37%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B18BAE (or 0xB18BAE) is known color: London Hue. HEX triplet: B1, 8B and AE. RGB value is (177,139,174). Sum of RGB (Red+Green+Blue) = 177+139+174=490 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.12% from 490); Green value is 139 (54.69% from 255 or 28.37% from 490); Blue value is 174 (68.36% from 255 or 35.51% from 490); Max value from RGB is 177 - color contains mainly: red. Hex color #B18BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18BAE is #4E7451. Grayscale: #9A9A9A. Windows color (decimal): -5141586 or 11439025. OLE color: 11439025.

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

Color convert

RGB 177 139 174 -
CMYK 0 0.21 0.02 0.31
HSL 304.74º 0.2% 0.62% -
HSV(B) 304.74º 0.21% 0.69% -
XYZ 35 30.87 44.16 -
YUV 154.35 139.09 144.15 -
System Red Green Blue C M Y K H S L
Decimal 177 139 174 0 0.21 0.02 0.31 304.74 0.2 0.62
Hex B1 8B AE 0 15 2 1F 131 14 3E
Octal 261 213 256 0 25 2 37 461 24 76
Binary 10110001 10001011 10101110 0 10101 10 11111 100110001 10100 111110

Color Harmonies of #B18BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18BAE

Black with #B18BAE

Text Example


Text Example

White with #B18BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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