Html Css Color HEX #BB88AA London Hue

📋 copy color: '#BB88AA'

red 187 ◦ green 136 ◦ blue 170

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

Shades of London Hue #BB88AA

Tints of London Hue #BB88AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34.48%

R = 37.93%
G = 27.59%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BB88AA (or 0xBB88AA) is known color: London Hue. HEX triplet: BB, 88 and AA. RGB value is (187,136,170). Sum of RGB (Red+Green+Blue) = 187+136+170=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 136 (53.52% from 255 or 27.59% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 187 - color contains mainly: red. Hex color #BB88AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB88AA is #447755. Grayscale: #9B9B9B. Windows color (decimal): -4486998 or 11176123. OLE color: 11176123.

HSL color Cylindrical-coordinate representation of color #BB88AA: hue angle of 320º 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 #BB88AA is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 136 170 -
CMYK 0 0.27 0.09 0.27
HSL 320º 0.27% 0.63% -
HSV(B) 320º 0.27% 0.73% -
XYZ 36.55 31.08 42.1 -
YUV 155.13 136.4 150.74 -
System Red Green Blue C M Y K H S L
Decimal 187 136 170 0 0.27 0.09 0.27 320 0.27 0.63
Hex BB 88 AA 0 1B 9 1B 140 1B 3F
Octal 273 210 252 0 33 11 33 500 33 77
Binary 10111011 10001000 10101010 0 11011 1001 11011 101000000 11011 111111

Color Harmonies of #BB88AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB88AA

Black with #BB88AA

Text Example


Text Example

White with #BB88AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB88AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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