#B990BC

Color #B990BC London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #B990BC

Tints of London Hue #B990BC

Color information

#B990BC (or 0xB990BC) is unknown color: approx London Hue. HEX triplet: B9, 90 and BC. RGB value is (185,144,188). Sum of RGB (Red+Green+Blue) = 185+144+188=517 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.78% from 517); Green value is 144 (56.64% from 255 or 27.85% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 188 - color contains mainly: blue. Hex color #B990BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B990BC is #466F43. Grayscale: #A1A1A1. Windows color (decimal): -4616004 or 12357817. OLE color: 12357817.

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

Color convert

RGB185144188-
CMYK0.020.2300.26
HSL295.91º24.72%65.1%-
HSV(B)295.91º23.4%73.73%-
XYZ39.0633.8952.06-
YUV161.27143.08144.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.78%
GREEN value IS 144 (56.64% from 255) = 27.85%
BLUE value IS 188 (73.83% from 255) = 36.36%
R=35.78%
G=27.85%
B=36.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851441880.020.2300.26295.9124.7265.1
HexB990BC21701A1281941
Octal27122027422703245031101
Binary1011100110010000101111001010111011010100101000110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B990BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B990BC; }

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

 H1.HeaderClassName
 {
   color: #B990BC;
 }
 .AnyTagClassName
 {
   color: #B990BC;
 }
</style>
background-color css

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

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

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

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

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

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