#B990C5

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

Shades of East Side #B990C5

Tints of East Side #B990C5

Color information

#B990C5 (or 0xB990C5) is unknown color: approx East Side. HEX triplet: B9, 90 and C5. RGB value is (185,144,197). Sum of RGB (Red+Green+Blue) = 185+144+197=526 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.17% from 526); Green value is 144 (56.64% from 255 or 27.38% from 526); Blue value is 197 (77.34% from 255 or 37.45% from 526); Max value from RGB is 197 - color contains mainly: blue. Hex color #B990C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B990C5 is #466F3A. Grayscale: #A2A2A2. Windows color (decimal): -4615995 or 12947641. OLE color: 12947641.

HSL color Cylindrical-coordinate representation of color #B990C5: hue angle of 286.42º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B990C5 is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB185144197-
CMYK0.060.2700.23
HSL286.42º31.36%66.86%-
HSV(B)286.42º26.9%77.25%-
XYZ40.0634.2957.33-
YUV162.3147.58144.19-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.17%
GREEN value IS 144 (56.64% from 255) = 27.38%
BLUE value IS 197 (77.34% from 255) = 37.45%
R=35.17%
G=27.38%
B=37.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1851441970.060.2700.23286.4231.3666.86
HexB990C561B01711e1f43
Octal27122030563302743637103
Binary10111001100100001100010111011011010111100011110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B990C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B990C5; }

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

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

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

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

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

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

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

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