#B990C1

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

Shades of East Side #B990C1

Tints of East Side #B990C1

Color information

#B990C1 (or 0xB990C1) is unknown color: approx East Side. HEX triplet: B9, 90 and C1. RGB value is (185,144,193). Sum of RGB (Red+Green+Blue) = 185+144+193=522 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.44% from 522); Green value is 144 (56.64% from 255 or 27.59% from 522); Blue value is 193 (75.78% from 255 or 36.97% from 522); Max value from RGB is 193 - color contains mainly: blue. Hex color #B990C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B990C1 is #466F3E. Grayscale: #A1A1A1. Windows color (decimal): -4615999 or 12685497. OLE color: 12685497.

HSL color Cylindrical-coordinate representation of color #B990C1: hue angle of 290.2º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B990C1 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB185144193-
CMYK0.040.2500.24
HSL290.2º28.32%66.08%-
HSV(B)290.2º25.39%75.69%-
XYZ39.6134.1154.95-
YUV161.84145.58144.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.44%
GREEN value IS 144 (56.64% from 255) = 27.59%
BLUE value IS 193 (75.78% from 255) = 36.97%
R=35.44%
G=27.59%
B=36.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851441930.040.2500.24290.228.3266.08
HexB990C14190181221c42
Octal27122030143103044234102
Binary10111001100100001100000110011001011000100100010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B990C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B990C1; }

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

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

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

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

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

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

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

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