Html Css Color HEX #BB88B4 London Hue

📋 copy color: '#BB88B4'

red 187 ◦ green 136 ◦ blue 180

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

Shades of London Hue #BB88B4

Tints of London Hue #BB88B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.79%

R = 37.18%
G = 27.04%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BB88B4 (or 0xBB88B4) is known color: London Hue. HEX triplet: BB, 88 and B4. RGB value is (187,136,180). Sum of RGB (Red+Green+Blue) = 187+136+180=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 136 (53.52% from 255 or 27.04% from 503); Blue value is 180 (70.70% from 255 or 35.79% from 503); Max value from RGB is 187 - color contains mainly: red. Hex color #BB88B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB88B4 is #44774B. Grayscale: #9C9C9C. Windows color (decimal): -4486988 or 11831483. OLE color: 11831483.

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

Color convert

RGB 187 136 180 -
CMYK 0 0.27 0.04 0.27
HSL 308.24º 0.27% 0.63% -
HSV(B) 308.24º 0.27% 0.73% -
XYZ 37.54 31.47 47.28 -
YUV 156.27 141.4 149.92 -
System Red Green Blue C M Y K H S L
Decimal 187 136 180 0 0.27 0.04 0.27 308.24 0.27 0.63
Hex BB 88 B4 0 1B 4 1B 134 1B 3F
Octal 273 210 264 0 33 4 33 464 33 77
Binary 10111011 10001000 10110100 0 11011 100 11011 100110100 11011 111111

Color Harmonies of #BB88B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB88B4

Black with #BB88B4

Text Example


Text Example

White with #BB88B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB88B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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