Html Css Color HEX #B18BAD London Hue

📋 copy color: '#B18BAD'

red 177 ◦ green 139 ◦ blue 173

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

Shades of London Hue #B18BAD

Tints of London Hue #B18BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 35.38%

R = 36.2%
G = 28.43%
B = 35.38%

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

#B18BAD (or 0xB18BAD) is known color: London Hue. HEX triplet: B1, 8B and AD. RGB value is (177,139,173). Sum of RGB (Red+Green+Blue) = 177+139+173=489 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.20% from 489); Green value is 139 (54.69% from 255 or 28.43% from 489); Blue value is 173 (67.97% from 255 or 35.38% from 489); Max value from RGB is 177 - color contains mainly: red. Hex color #B18BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18BAD is #4E7452. Grayscale: #9A9A9A. Windows color (decimal): -5141587 or 11373489. OLE color: 11373489.

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

Color convert

RGB 177 139 173 -
CMYK 0 0.21 0.02 0.31
HSL 306.32º 0.2% 0.62% -
HSV(B) 306.32º 0.21% 0.69% -
XYZ 34.91 30.83 43.65 -
YUV 154.24 138.59 144.24 -
System Red Green Blue C M Y K H S L
Decimal 177 139 173 0 0.21 0.02 0.31 306.32 0.2 0.62
Hex B1 8B AD 0 15 2 1F 132 14 3E
Octal 261 213 255 0 25 2 37 462 24 76
Binary 10110001 10001011 10101101 0 10101 10 11111 100110010 10100 111110

Color Harmonies of #B18BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18BAD

Black with #B18BAD

Text Example


Text Example

White with #B18BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18BAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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