Html Css Color HEX #BB88B2 London Hue

📋 copy color: '#BB88B2'

red 187 ◦ green 136 ◦ blue 178

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

Shades of London Hue #BB88B2

Tints of London Hue #BB88B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.53%

R = 37.33%
G = 27.15%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BB88B2 (or 0xBB88B2) is known color: London Hue. HEX triplet: BB, 88 and B2. RGB value is (187,136,178). Sum of RGB (Red+Green+Blue) = 187+136+178=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 136 (53.52% from 255 or 27.15% from 501); Blue value is 178 (69.92% from 255 or 35.53% from 501); Max value from RGB is 187 - color contains mainly: red. Hex color #BB88B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB88B2 is #44774D. Grayscale: #9B9B9B. Windows color (decimal): -4486990 or 11700411. OLE color: 11700411.

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

Color convert

RGB 187 136 178 -
CMYK 0 0.27 0.05 0.27
HSL 310.59º 0.27% 0.63% -
HSV(B) 310.59º 0.27% 0.73% -
XYZ 37.33 31.39 46.21 -
YUV 156.04 140.4 150.08 -
System Red Green Blue C M Y K H S L
Decimal 187 136 178 0 0.27 0.05 0.27 310.59 0.27 0.63
Hex BB 88 B2 0 1B 5 1B 137 1B 3F
Octal 273 210 262 0 33 5 33 467 33 77
Binary 10111011 10001000 10110010 0 11011 101 11011 100110111 11011 111111

Color Harmonies of #BB88B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB88B2

Black with #BB88B2

Text Example


Text Example

White with #BB88B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB88B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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