Html Css Color HEX #BB91BC London Hue

📋 copy color: '#BB91BC'

red 187 ◦ green 145 ◦ blue 188

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

Shades of London Hue #BB91BC

Tints of London Hue #BB91BC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.88%

 BLUE value IS 188 (73.83% from 255) = 36.15%

R = 35.96%
G = 27.88%
B = 36.15%

CMYK

 C value IS 0.01

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BB91BC (or 0xBB91BC) is known color: London Hue. HEX triplet: BB, 91 and BC. RGB value is (187,145,188). Sum of RGB (Red+Green+Blue) = 187+145+188=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 145 (57.03% from 255 or 27.88% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB91BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB91BC is #446E43. Grayscale: #A2A2A2. Windows color (decimal): -4484676 or 12358075. OLE color: 12358075.

HSL color Cylindrical-coordinate representation of color #BB91BC: hue angle of 298.6º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BB91BC is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 187 145 188 -
CMYK 0.01 0.23 0 0.26
HSL 298.6º 0.24% 0.65% -
HSV(B) 298.6º 0.23% 0.74% -
XYZ 39.7 34.45 52.13 -
YUV 162.46 142.41 145.5 -
System Red Green Blue C M Y K H S L
Decimal 187 145 188 0.01 0.23 0 0.26 298.6 0.24 0.65
Hex BB 91 BC 1 17 0 1A 12B 18 41
Octal 273 221 274 1 27 0 32 453 30 101
Binary 10111011 10010001 10111100 1 10111 0 11010 100101011 11000 1000001

Color Harmonies of #BB91BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB91BC

Black with #BB91BC

Text Example


Text Example

White with #BB91BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB91BC; }

 p { color: rgb(187,145,188); }

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

background-color css

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

 a { background-color: rgb(187,145,188); }

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

border-color css

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

 span { border-color: rgb(187,145,188); }

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