#B990CC

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

Shades of East Side #B990CC

Tints of East Side #B990CC

Color information

#B990CC (or 0xB990CC) is unknown color: approx East Side. HEX triplet: B9, 90 and CC. RGB value is (185,144,204). Sum of RGB (Red+Green+Blue) = 185+144+204=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 144 (56.64% from 255 or 27.02% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 204 - color contains mainly: blue. Hex color #B990CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B990CC is #466F33. Grayscale: #A2A2A2. Windows color (decimal): -4615988 or 13406393. OLE color: 13406393.

HSL color Cylindrical-coordinate representation of color #B990CC: hue angle of 281º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B990CC is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB185144204-
CMYK0.090.2900.2
HSL281º37.04%68.24%-
HSV(B)281º29.41%80%-
XYZ40.8834.6261.65-
YUV163.1151.08143.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.71%
GREEN value IS 144 (56.64% from 255) = 27.02%
BLUE value IS 204 (80.08% from 255) = 38.27%
R=34.71%
G=27.02%
B=38.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1851442040.090.2900.228137.0468.24
HexB990CC91D0141192544
Octal271220314113502443145104
Binary1011100110010000110011001001111010101001000110011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B990CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B990CC; }

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

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

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

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

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

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

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

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