Html Css Color HEX #BB90BB London Hue

📋 copy color: '#BB90BB'

red 187 ◦ green 144 ◦ blue 187

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

Shades of London Hue #BB90BB

Tints of London Hue #BB90BB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.8%

 BLUE value IS 187 (73.44% from 255) = 36.1%

R = 36.1%
G = 27.8%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BB90BB (or 0xBB90BB) is known color: London Hue. HEX triplet: BB, 90 and BB. RGB value is (187,144,187). Sum of RGB (Red+Green+Blue) = 187+144+187=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 144 (56.64% from 255 or 27.80% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB90BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB90BB is #446F44. Grayscale: #A1A1A1. Windows color (decimal): -4484933 or 12292283. OLE color: 12292283.

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

Color convert

RGB 187 144 187 -
CMYK 0 0.23 0 0.27
HSL 300º 0.24% 0.65% -
HSV(B) 300º 0.23% 0.73% -
XYZ 39.44 34.1 51.52 -
YUV 161.76 142.25 146 -
System Red Green Blue C M Y K H S L
Decimal 187 144 187 0 0.23 0 0.27 300 0.24 0.65
Hex BB 90 BB 0 17 0 1B 12C 18 41
Octal 273 220 273 0 27 0 33 454 30 101
Binary 10111011 10010000 10111011 0 10111 0 11011 100101100 11000 1000001

Color Harmonies of #BB90BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB90BB

Black with #BB90BB

Text Example


Text Example

White with #BB90BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB90BB; }

 p { color: rgb(187,144,187); }

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

background-color css

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

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

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

border-color css

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

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

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