#B990BF

Color #B990BF East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #B990BF

Tints of East Side #B990BF

Color information

#B990BF (or 0xB990BF) is unknown color: approx East Side. HEX triplet: B9, 90 and BF. RGB value is (185,144,191). Sum of RGB (Red+Green+Blue) = 185+144+191=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 144 (56.64% from 255 or 27.69% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 191 - color contains mainly: blue. Hex color #B990BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B990BF is #466F40. Grayscale: #A1A1A1. Windows color (decimal): -4616001 or 12554425. OLE color: 12554425.

HSL color Cylindrical-coordinate representation of color #B990BF: hue angle of 292.34º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B990BF is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB185144191-
CMYK0.030.2500.25
HSL292.34º26.86%65.69%-
HSV(B)292.34º24.61%74.9%-
XYZ39.3834.0253.78-
YUV161.62144.58144.68-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.58%
GREEN value IS 144 (56.64% from 255) = 27.69%
BLUE value IS 191 (75% from 255) = 36.73%
R=35.58%
G=27.69%
B=36.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851441910.030.2500.25292.3426.8665.69
HexB990BF3190191241b42
Octal27122027733103144433102
Binary1011100110010000101111111111001011001100100100110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B990BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B990BF; }

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

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

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

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

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

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

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

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