Html Css Color HEX #BB88AB London Hue

📋 copy color: '#BB88AB'

red 187 ◦ green 136 ◦ blue 171

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

Shades of London Hue #BB88AB

Tints of London Hue #BB88AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.62%

R = 37.85%
G = 27.53%
B = 34.62%

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

#BB88AB (or 0xBB88AB) is known color: London Hue. HEX triplet: BB, 88 and AB. RGB value is (187,136,171). Sum of RGB (Red+Green+Blue) = 187+136+171=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 136 (53.52% from 255 or 27.53% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 187 - color contains mainly: red. Hex color #BB88AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB88AB is #447754. Grayscale: #9B9B9B. Windows color (decimal): -4486997 or 11241659. OLE color: 11241659.

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

Color convert

RGB 187 136 171 -
CMYK 0 0.27 0.09 0.27
HSL 318.82º 0.27% 0.63% -
HSV(B) 318.82º 0.27% 0.73% -
XYZ 36.65 31.11 42.6 -
YUV 155.24 136.9 150.65 -
System Red Green Blue C M Y K H S L
Decimal 187 136 171 0 0.27 0.09 0.27 318.82 0.27 0.63
Hex BB 88 AB 0 1B 9 1B 13F 1B 3F
Octal 273 210 253 0 33 11 33 477 33 77
Binary 10111011 10001000 10101011 0 11011 1001 11011 100111111 11011 111111

Color Harmonies of #BB88AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB88AB

Black with #BB88AB

Text Example


Text Example

White with #BB88AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB88AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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