Html Css Color HEX #BB88AD London Hue

📋 copy color: '#BB88AD'

red 187 ◦ green 136 ◦ blue 173

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

Shades of London Hue #BB88AD

Tints of London Hue #BB88AD

RGB

 RED value IS 187 (73.44% from 255) = 37.7%

 GREEN value IS 136 (53.52% from 255) = 27.42%

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

R = 37.7%
G = 27.42%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BB88AD (or 0xBB88AD) is known color: London Hue. HEX triplet: BB, 88 and AD. RGB value is (187,136,173). Sum of RGB (Red+Green+Blue) = 187+136+173=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 136 (53.52% from 255 or 27.42% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 187 - color contains mainly: red. Hex color #BB88AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB88AD is #447752. Grayscale: #9B9B9B. Windows color (decimal): -4486995 or 11372731. OLE color: 11372731.

HSL color Cylindrical-coordinate representation of color #BB88AD: hue angle of 316.47º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BB88AD is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 136 173 -
CMYK 0 0.27 0.07 0.27
HSL 316.47º 0.27% 0.63% -
HSV(B) 316.47º 0.27% 0.73% -
XYZ 36.84 31.19 43.61 -
YUV 155.47 137.9 150.49 -
System Red Green Blue C M Y K H S L
Decimal 187 136 173 0 0.27 0.07 0.27 316.47 0.27 0.63
Hex BB 88 AD 0 1B 7 1B 13C 1B 3F
Octal 273 210 255 0 33 7 33 474 33 77
Binary 10111011 10001000 10101101 0 11011 111 11011 100111100 11011 111111

Color Harmonies of #BB88AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB88AD

Black with #BB88AD

Text Example


Text Example

White with #BB88AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB88AD; }

 p { color: rgb(187,136,173); }

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

background-color css

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

 a { background-color: rgb(187,136,173); }

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

border-color css

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

 span { border-color: rgb(187,136,173); }

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