#B990CA

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

Shades of East Side #B990CA

Tints of East Side #B990CA

Color information

#B990CA (or 0xB990CA) is unknown color: approx East Side. HEX triplet: B9, 90 and CA. RGB value is (185,144,202). Sum of RGB (Red+Green+Blue) = 185+144+202=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 144 (56.64% from 255 or 27.12% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 202 - color contains mainly: blue. Hex color #B990CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B990CA is #466F35. Grayscale: #A2A2A2. Windows color (decimal): -4615990 or 13275321. OLE color: 13275321.

HSL color Cylindrical-coordinate representation of color #B990CA: hue angle of 282.41º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B990CA is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB185144202-
CMYK0.080.2900.21
HSL282.41º35.37%67.84%-
HSV(B)282.41º28.71%79.22%-
XYZ40.6434.5360.4-
YUV162.87150.08143.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.84%
GREEN value IS 144 (56.64% from 255) = 27.12%
BLUE value IS 202 (79.30% from 255) = 38.04%
R=34.84%
G=27.12%
B=38.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1851442020.080.2900.21282.4135.3767.84
HexB990CA81D01511a2344
Octal271220312103502543243104
Binary1011100110010000110010101000111010101011000110101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B990CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B990CA; }

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

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

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

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

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

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

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

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