#B990CE

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

Shades of East Side #B990CE

Tints of East Side #B990CE

Color information

#B990CE (or 0xB990CE) is unknown color: approx East Side. HEX triplet: B9, 90 and CE. RGB value is (185,144,206). Sum of RGB (Red+Green+Blue) = 185+144+206=535 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.58% from 535); Green value is 144 (56.64% from 255 or 26.92% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 206 - color contains mainly: blue. Hex color #B990CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B990CE is #466F31. Grayscale: #A3A3A3. Windows color (decimal): -4615986 or 13537465. OLE color: 13537465.

HSL color Cylindrical-coordinate representation of color #B990CE: hue angle of 279.68º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B990CE is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB185144206-
CMYK0.100.3000.19
HSL279.68º38.75%68.63%-
HSV(B)279.68º30.1%80.78%-
XYZ41.1234.7262.93-
YUV163.33152.08143.46-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.58%
GREEN value IS 144 (56.64% from 255) = 26.92%
BLUE value IS 206 (80.86% from 255) = 38.50%
R=34.58%
G=26.92%
B=38.50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1851442060.100.3000.19279.6838.7568.63
HexB990CEA1E0131182745
Octal271220316123602343047105
Binary1011100110010000110011101010111100100111000110001001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B990CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B990CE; }

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

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

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

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

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

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

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

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