Html Css Color HEX #B88DAC London Hue

📋 copy color: '#B88DAC'

red 184 ◦ green 141 ◦ blue 172

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

Shades of London Hue #B88DAC

Tints of London Hue #B88DAC

RGB

 RED value IS 184 (72.27% from 255) = 37.02%

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

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

R = 37.02%
G = 28.37%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B88DAC (or 0xB88DAC) is known color: London Hue. HEX triplet: B8, 8D and AC. RGB value is (184,141,172). Sum of RGB (Red+Green+Blue) = 184+141+172=497 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.02% from 497); Green value is 141 (55.47% from 255 or 28.37% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 184 - color contains mainly: red. Hex color #B88DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88DAC is #477253. Grayscale: #9D9D9D. Windows color (decimal): -4682324 or 11308472. OLE color: 11308472.

HSL color Cylindrical-coordinate representation of color #B88DAC: hue angle of 316.74º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B88DAC is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 141 172 -
CMYK 0 0.23 0.07 0.28
HSL 316.74º 0.23% 0.64% -
HSV(B) 316.74º 0.23% 0.72% -
XYZ 36.74 32.22 43.31 -
YUV 157.39 136.25 146.98 -
System Red Green Blue C M Y K H S L
Decimal 184 141 172 0 0.23 0.07 0.28 316.74 0.23 0.64
Hex B8 8D AC 0 17 7 1C 13D 17 40
Octal 270 215 254 0 27 7 34 475 27 100
Binary 10111000 10001101 10101100 0 10111 111 11100 100111101 10111 1000000

Color Harmonies of #B88DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88DAC

Black with #B88DAC

Text Example


Text Example

White with #B88DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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