Html Css Color HEX #B18FA9 London Hue

📋 copy color: '#B18FA9'

red 177 ◦ green 143 ◦ blue 169

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

Shades of London Hue #B18FA9

Tints of London Hue #B18FA9

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.24%

 BLUE value IS 169 (66.41% from 255) = 34.56%

R = 36.2%
G = 29.24%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#B18FA9 (or 0xB18FA9) is known color: London Hue. HEX triplet: B1, 8F and A9. RGB value is (177,143,169). Sum of RGB (Red+Green+Blue) = 177+143+169=489 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.20% from 489); Green value is 143 (56.25% from 255 or 29.24% from 489); Blue value is 169 (66.41% from 255 or 34.56% from 489); Max value from RGB is 177 - color contains mainly: red. Hex color #B18FA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18FA9 is #4E7056. Grayscale: #9C9C9C. Windows color (decimal): -5140567 or 11112369. OLE color: 11112369.

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

Color convert

RGB 177 143 169 -
CMYK 0 0.19 0.05 0.31
HSL 314.12º 0.18% 0.63% -
HSV(B) 314.12º 0.19% 0.69% -
XYZ 35.12 31.86 41.83 -
YUV 156.13 135.26 142.89 -
System Red Green Blue C M Y K H S L
Decimal 177 143 169 0 0.19 0.05 0.31 314.12 0.18 0.63
Hex B1 8F A9 0 13 5 1F 13A 12 3F
Octal 261 217 251 0 23 5 37 472 22 77
Binary 10110001 10001111 10101001 0 10011 101 11111 100111010 10010 111111

Color Harmonies of #B18FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18FA9

Black with #B18FA9

Text Example


Text Example

White with #B18FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18FA9; }

 p { color: rgb(177,143,169); }

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

background-color css

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

 a { background-color: rgb(177,143,169); }

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

border-color css

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

 span { border-color: rgb(177,143,169); }

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