Html Css Color HEX #B18DAC London Hue

📋 copy color: '#B18DAC'

red 177 ◦ green 141 ◦ blue 172

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

Shades of London Hue #B18DAC

Tints of London Hue #B18DAC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.78%

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

R = 36.12%
G = 28.78%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B18DAC (or 0xB18DAC) is known color: London Hue. HEX triplet: B1, 8D and AC. RGB value is (177,141,172). Sum of RGB (Red+Green+Blue) = 177+141+172=490 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.12% from 490); Green value is 141 (55.47% from 255 or 28.78% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 177 - color contains mainly: red. Hex color #B18DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18DAC is #4E7253. Grayscale: #9B9B9B. Windows color (decimal): -5141076 or 11308465. OLE color: 11308465.

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

Color convert

RGB 177 141 172 -
CMYK 0 0.20 0.03 0.31
HSL 308.33º 0.19% 0.62% -
HSV(B) 308.33º 0.2% 0.69% -
XYZ 35.1 31.38 43.24 -
YUV 155.3 137.43 143.48 -
System Red Green Blue C M Y K H S L
Decimal 177 141 172 0 0.20 0.03 0.31 308.33 0.19 0.62
Hex B1 8D AC 0 14 3 1F 134 13 3E
Octal 261 215 254 0 24 3 37 464 23 76
Binary 10110001 10001101 10101100 0 10100 11 11111 100110100 10011 111110

Color Harmonies of #B18DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18DAC

Black with #B18DAC

Text Example


Text Example

White with #B18DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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