Html Css Color HEX #BB88B0 London Hue

📋 copy color: '#BB88B0'

red 187 ◦ green 136 ◦ blue 176

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

Shades of London Hue #BB88B0

Tints of London Hue #BB88B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 35.27%

R = 37.47%
G = 27.25%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BB88B0 (or 0xBB88B0) is known color: London Hue. HEX triplet: BB, 88 and B0. RGB value is (187,136,176). Sum of RGB (Red+Green+Blue) = 187+136+176=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 136 (53.52% from 255 or 27.25% from 499); Blue value is 176 (69.14% from 255 or 35.27% from 499); Max value from RGB is 187 - color contains mainly: red. Hex color #BB88B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB88B0 is #44774F. Grayscale: #9B9B9B. Windows color (decimal): -4486992 or 11569339. OLE color: 11569339.

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

Color convert

RGB 187 136 176 -
CMYK 0 0.27 0.06 0.27
HSL 312.94º 0.27% 0.63% -
HSV(B) 312.94º 0.27% 0.73% -
XYZ 37.13 31.31 45.16 -
YUV 155.81 139.4 150.25 -
System Red Green Blue C M Y K H S L
Decimal 187 136 176 0 0.27 0.06 0.27 312.94 0.27 0.63
Hex BB 88 B0 0 1B 6 1B 139 1B 3F
Octal 273 210 260 0 33 6 33 471 33 77
Binary 10111011 10001000 10110000 0 11011 110 11011 100111001 11011 111111

Color Harmonies of #BB88B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB88B0

Black with #BB88B0

Text Example


Text Example

White with #BB88B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB88B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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