#B893C2

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

Shades of East Side #B893C2

Tints of East Side #B893C2

Color information

#B893C2 (or 0xB893C2) is unknown color: approx East Side. HEX triplet: B8, 93 and C2. RGB value is (184,147,194). Sum of RGB (Red+Green+Blue) = 184+147+194=525 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.05% from 525); Green value is 147 (57.81% from 255 or 28% from 525); Blue value is 194 (76.17% from 255 or 36.95% from 525); Max value from RGB is 194 - color contains mainly: blue. Hex color #B893C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B893C2 is #476C3D. Grayscale: #A3A3A3. Windows color (decimal): -4680766 or 12751800. OLE color: 12751800.

HSL color Cylindrical-coordinate representation of color #B893C2: hue angle of 287.23º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B893C2 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB184147194-
CMYK0.050.2400.24
HSL287.23º27.81%66.86%-
HSV(B)287.23º24.23%76.08%-
XYZ39.9434.9555.68-
YUV163.42145.26142.68-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.05%
GREEN value IS 147 (57.81% from 255) = 28%
BLUE value IS 194 (76.17% from 255) = 36.95%
R=35.05%
G=28%
B=36.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1841471940.050.2400.24287.2327.8166.86
HexB893C251801811f1c43
Octal27022330253003043734103
Binary10111000100100111100001010111000011000100011111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B893C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B893C2; }

 p { color: rgb(184,147,194); }

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

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

 a { background-color: rgb(184,147,194); }

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

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

 span { border-color: rgb(184,147,194); }

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