#B893CD

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

Shades of East Side #B893CD

Tints of East Side #B893CD

Color information

#B893CD (or 0xB893CD) is unknown color: approx East Side. HEX triplet: B8, 93 and CD. RGB value is (184,147,205). Sum of RGB (Red+Green+Blue) = 184+147+205=536 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.33% from 536); Green value is 147 (57.81% from 255 or 27.43% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 205 - color contains mainly: blue. Hex color #B893CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B893CD is #476C32. Grayscale: #A4A4A4. Windows color (decimal): -4680755 or 13472696. OLE color: 13472696.

HSL color Cylindrical-coordinate representation of color #B893CD: hue angle of 278.28º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B893CD is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB184147205-
CMYK0.100.2800.20
HSL278.28º36.71%69.02%-
HSV(B)278.28º28.29%80.39%-
XYZ41.2235.4762.43-
YUV164.68150.76141.78-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.33%
GREEN value IS 147 (57.81% from 255) = 27.43%
BLUE value IS 205 (80.47% from 255) = 38.25%
R=34.33%
G=27.43%
B=38.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1841472050.100.2800.20278.2836.7169.02
HexB893CDA1C0141162545
Octal270223315123402442645105
Binary1011100010010011110011011010111000101001000101101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B893CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B893CD; }

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

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

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

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

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

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

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

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