Html Css Color HEX #BB90BC London Hue

📋 copy color: '#BB90BC'

red 187 ◦ green 144 ◦ blue 188

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

Shades of London Hue #BB90BC

Tints of London Hue #BB90BC

RGB

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

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

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

R = 36.03%
G = 27.75%
B = 36.22%

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

#BB90BC (or 0xBB90BC) is known color: London Hue. HEX triplet: BB, 90 and BC. RGB value is (187,144,188). Sum of RGB (Red+Green+Blue) = 187+144+188=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 144 (56.64% from 255 or 27.75% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB90BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB90BC is #446F43. Grayscale: #A1A1A1. Windows color (decimal): -4484932 or 12357819. OLE color: 12357819.

HSL color Cylindrical-coordinate representation of color #BB90BC: hue angle of 298.64º degrees, saturation: 0.25, 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 #BB90BC is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 187 144 188 -
CMYK 0.01 0.23 0 0.26
HSL 298.64º 0.25% 0.65% -
HSV(B) 298.64º 0.23% 0.74% -
XYZ 39.54 34.14 52.08 -
YUV 161.87 142.75 145.92 -
System Red Green Blue C M Y K H S L
Decimal 187 144 188 0.01 0.23 0 0.26 298.64 0.25 0.65
Hex BB 90 BC 1 17 0 1A 12B 19 41
Octal 273 220 274 1 27 0 32 453 31 101
Binary 10111011 10010000 10111100 1 10111 0 11010 100101011 11001 1000001

Color Harmonies of #BB90BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB90BC

Black with #BB90BC

Text Example


Text Example

White with #BB90BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB90BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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