Html Css Color HEX #BB88B8 London Hue

📋 copy color: '#BB88B8'

red 187 ◦ green 136 ◦ blue 184

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

Shades of London Hue #BB88B8

Tints of London Hue #BB88B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.29%

R = 36.88%
G = 26.82%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BB88B8 (or 0xBB88B8) is known color: London Hue. HEX triplet: BB, 88 and B8. RGB value is (187,136,184). Sum of RGB (Red+Green+Blue) = 187+136+184=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 136 (53.52% from 255 or 26.82% from 507); Blue value is 184 (72.27% from 255 or 36.29% from 507); Max value from RGB is 187 - color contains mainly: red. Hex color #BB88B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB88B8 is #447747. Grayscale: #9C9C9C. Windows color (decimal): -4486984 or 12093627. OLE color: 12093627.

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

Color convert

RGB 187 136 184 -
CMYK 0 0.27 0.02 0.27
HSL 303.53º 0.27% 0.63% -
HSV(B) 303.53º 0.27% 0.73% -
XYZ 37.95 31.63 49.45 -
YUV 156.72 143.4 149.6 -
System Red Green Blue C M Y K H S L
Decimal 187 136 184 0 0.27 0.02 0.27 303.53 0.27 0.63
Hex BB 88 B8 0 1B 2 1B 130 1B 3F
Octal 273 210 270 0 33 2 33 460 33 77
Binary 10111011 10001000 10111000 0 11011 10 11011 100110000 11011 111111

Color Harmonies of #BB88B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB88B8

Black with #BB88B8

Text Example


Text Example

White with #BB88B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB88B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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