#B990C4

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

Shades of East Side #B990C4

Tints of East Side #B990C4

Color information

#B990C4 (or 0xB990C4) is unknown color: approx East Side. HEX triplet: B9, 90 and C4. RGB value is (185,144,196). Sum of RGB (Red+Green+Blue) = 185+144+196=525 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.24% from 525); Green value is 144 (56.64% from 255 or 27.43% from 525); Blue value is 196 (76.95% from 255 or 37.33% from 525); Max value from RGB is 196 - color contains mainly: blue. Hex color #B990C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B990C4 is #466F3B. Grayscale: #A2A2A2. Windows color (decimal): -4615996 or 12882105. OLE color: 12882105.

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

Color convert

RGB185144196-
CMYK0.060.2700.23
HSL287.31º30.59%66.67%-
HSV(B)287.31º26.53%76.86%-
XYZ39.9434.2556.73-
YUV162.19147.08144.27-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.24%
GREEN value IS 144 (56.64% from 255) = 27.43%
BLUE value IS 196 (76.95% from 255) = 37.33%
R=35.24%
G=27.43%
B=37.33%

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
Decimal1851441960.060.2700.23287.3130.5966.67
HexB990C461B01711f1f43
Octal27122030463302743737103
Binary10111001100100001100010011011011010111100011111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B990C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B990C4; }

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

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

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

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

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

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

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

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