#BE8DCB

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

Shades of East Side #BE8DCB

Tints of East Side #BE8DCB

Color information

#BE8DCB (or 0xBE8DCB) is unknown color: approx East Side. HEX triplet: BE, 8D and CB. RGB value is (190,141,203). Sum of RGB (Red+Green+Blue) = 190+141+203=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 141 (55.47% from 255 or 26.40% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE8DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8DCB is #417234. Grayscale: #A2A2A2. Windows color (decimal): -4289077 or 13340094. OLE color: 13340094.

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

Color convert

RGB190141203-
CMYK0.060.3100.20
HSL287.42º37.35%67.45%-
HSV(B)287.42º30.54%79.61%-
XYZ41.5434.3160.93-
YUV162.72150.73147.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.58%
GREEN value IS 141 (55.47% from 255) = 26.40%
BLUE value IS 203 (79.69% from 255) = 38.01%
R=35.58%
G=26.40%
B=38.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1901412030.060.3100.20287.4237.3567.45
HexBE8DCB61F01411f2543
Octal27621531363702443745103
Binary101111101000110111001011110111110101001000111111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8DCB; }

 p { color: rgb(190,141,203); }

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

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

 a { background-color: rgb(190,141,203); }

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

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

 span { border-color: rgb(190,141,203); }

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