Html Css Color HEX #B18FAC London Hue

📋 copy color: '#B18FAC'

red 177 ◦ green 143 ◦ blue 172

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

Shades of London Hue #B18FAC

Tints of London Hue #B18FAC

RGB

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

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

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

R = 35.98%
G = 29.07%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B18FAC (or 0xB18FAC) is known color: London Hue. HEX triplet: B1, 8F and AC. RGB value is (177,143,172). Sum of RGB (Red+Green+Blue) = 177+143+172=492 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.98% from 492); Green value is 143 (56.25% from 255 or 29.07% from 492); Blue value is 172 (67.58% from 255 or 34.96% from 492); Max value from RGB is 177 - color contains mainly: red. Hex color #B18FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18FAC is #4E7053. Grayscale: #9C9C9C. Windows color (decimal): -5140564 or 11308977. OLE color: 11308977.

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

Color convert

RGB 177 143 172 -
CMYK 0 0.19 0.03 0.31
HSL 308.82º 0.18% 0.63% -
HSV(B) 308.82º 0.19% 0.69% -
XYZ 35.4 31.97 43.33 -
YUV 156.47 136.76 142.64 -
System Red Green Blue C M Y K H S L
Decimal 177 143 172 0 0.19 0.03 0.31 308.82 0.18 0.63
Hex B1 8F AC 0 13 3 1F 135 12 3F
Octal 261 217 254 0 23 3 37 465 22 77
Binary 10110001 10001111 10101100 0 10011 11 11111 100110101 10010 111111

Color Harmonies of #B18FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18FAC

Black with #B18FAC

Text Example


Text Example

White with #B18FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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