#B993CE

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

Shades of East Side #B993CE

Tints of East Side #B993CE

Color information

#B993CE (or 0xB993CE) is unknown color: approx East Side. HEX triplet: B9, 93 and CE. RGB value is (185,147,206). Sum of RGB (Red+Green+Blue) = 185+147+206=538 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.39% from 538); Green value is 147 (57.81% from 255 or 27.32% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 206 - color contains mainly: blue. Hex color #B993CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B993CE is #466C31. Grayscale: #A4A4A4. Windows color (decimal): -4615218 or 13538233. OLE color: 13538233.

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

Color convert

RGB185147206-
CMYK0.100.2900.19
HSL278.64º37.58%69.22%-
HSV(B)278.64º28.64%80.78%-
XYZ41.5835.6463.08-
YUV165.09151.09142.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.39%
GREEN value IS 147 (57.81% from 255) = 27.32%
BLUE value IS 206 (80.86% from 255) = 38.29%
R=34.39%
G=27.32%
B=38.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1851472060.100.2900.19278.6437.5869.22
HexB993CEA1D0131172645
Octal271223316123502342746105
Binary1011100110010011110011101010111010100111000101111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B993CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B993CE; }

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

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

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

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

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

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

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

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