Html Css Color HEX #BB88BB London Hue

📋 copy color: '#BB88BB'

red 187 ◦ green 136 ◦ blue 187

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

Shades of London Hue #BB88BB

Tints of London Hue #BB88BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.67%

R = 36.67%
G = 26.67%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BB88BB (or 0xBB88BB) is known color: London Hue. HEX triplet: BB, 88 and BB. RGB value is (187,136,187). Sum of RGB (Red+Green+Blue) = 187+136+187=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 136 (53.52% from 255 or 26.67% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB88BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB88BB is #447744. Grayscale: #9C9C9C. Windows color (decimal): -4486981 or 12290235. OLE color: 12290235.

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

Color convert

RGB 187 136 187 -
CMYK 0 0.27 0 0.27
HSL 300º 0.27% 0.63% -
HSV(B) 300º 0.27% 0.73% -
XYZ 38.27 31.76 51.13 -
YUV 157.06 144.9 149.35 -
System Red Green Blue C M Y K H S L
Decimal 187 136 187 0 0.27 0 0.27 300 0.27 0.63
Hex BB 88 BB 0 1B 0 1B 12C 1B 3F
Octal 273 210 273 0 33 0 33 454 33 77
Binary 10111011 10001000 10111011 0 11011 0 11011 100101100 11011 111111

Color Harmonies of #BB88BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB88BB

Black with #BB88BB

Text Example


Text Example

White with #BB88BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB88BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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