#B990B1

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

Shades of London Hue #B990B1

Tints of London Hue #B990B1

Color information

#B990B1 (or 0xB990B1) is unknown color: approx London Hue. HEX triplet: B9, 90 and B1. RGB value is (185,144,177). Sum of RGB (Red+Green+Blue) = 185+144+177=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 144 (56.64% from 255 or 28.46% from 506); Blue value is 177 (69.53% from 255 or 34.98% from 506); Max value from RGB is 185 - color contains mainly: red. Hex color #B990B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B990B1 is #466F4E. Grayscale: #9F9F9F. Windows color (decimal): -4616015 or 11636921. OLE color: 11636921.

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

Color convert

RGB185144177-
CMYK00.220.040.27
HSL311.71º22.65%64.51%-
HSV(B)311.71º22.16%72.55%-
XYZ37.9233.4446.05-
YUV160.02137.58145.82-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.56%
GREEN value IS 144 (56.64% from 255) = 28.46%
BLUE value IS 177 (69.53% from 255) = 34.98%
R=36.56%
G=28.46%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514417700.220.040.27311.7122.6564.51
HexB990B101641B1381741
Octal27122026102643347027101
Binary10111001100100001011000101011010011011100111000101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B990B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B990B1; }

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

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

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

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

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

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

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

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