Html Css Color HEX #BB88B7 London Hue

📋 copy color: '#BB88B7'

red 187 ◦ green 136 ◦ blue 183

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

Shades of London Hue #BB88B7

Tints of London Hue #BB88B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.17%

R = 36.96%
G = 26.88%
B = 36.17%

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

#BB88B7 (or 0xBB88B7) is known color: London Hue. HEX triplet: BB, 88 and B7. RGB value is (187,136,183). Sum of RGB (Red+Green+Blue) = 187+136+183=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 136 (53.52% from 255 or 26.88% from 506); Blue value is 183 (71.88% from 255 or 36.17% from 506); Max value from RGB is 187 - color contains mainly: red. Hex color #BB88B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB88B7 is #447748. Grayscale: #9C9C9C. Windows color (decimal): -4486985 or 12028091. OLE color: 12028091.

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

Color convert

RGB 187 136 183 -
CMYK 0 0.27 0.02 0.27
HSL 304.71º 0.27% 0.63% -
HSV(B) 304.71º 0.27% 0.73% -
XYZ 37.84 31.59 48.9 -
YUV 156.61 142.9 149.68 -
System Red Green Blue C M Y K H S L
Decimal 187 136 183 0 0.27 0.02 0.27 304.71 0.27 0.63
Hex BB 88 B7 0 1B 2 1B 131 1B 3F
Octal 273 210 267 0 33 2 33 461 33 77
Binary 10111011 10001000 10110111 0 11011 10 11011 100110001 11011 111111

Color Harmonies of #BB88B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB88B7

Black with #BB88B7

Text Example


Text Example

White with #BB88B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB88B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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