#B890CE

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

Shades of East Side #B890CE

Tints of East Side #B890CE

Color information

#B890CE (or 0xB890CE) is unknown color: approx East Side. HEX triplet: B8, 90 and CE. RGB value is (184,144,206). Sum of RGB (Red+Green+Blue) = 184+144+206=534 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.46% from 534); Green value is 144 (56.64% from 255 or 26.97% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 206 - color contains mainly: blue. Hex color #B890CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B890CE is #476F31. Grayscale: #A2A2A2. Windows color (decimal): -4681522 or 13537464. OLE color: 13537464.

HSL color Cylindrical-coordinate representation of color #B890CE: hue angle of 278.71º 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 #B890CE is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB184144206-
CMYK0.110.3000.19
HSL278.71º38.75%68.63%-
HSV(B)278.71º30.1%80.78%-
XYZ40.8834.5962.91-
YUV163.03152.25142.96-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.46%
GREEN value IS 144 (56.64% from 255) = 26.97%
BLUE value IS 206 (80.86% from 255) = 38.58%
R=34.46%
G=26.97%
B=38.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1841442060.110.3000.19278.7138.7568.63
HexB890CEB1E0131172745
Octal270220316133602342747105
Binary1011100010010000110011101011111100100111000101111001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B890CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B890CE; }

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

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

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

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

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

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

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

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