Html Css Color HEX #BE84CA East Side

📋 copy color: '#BE84CA'

red 190 ◦ green 132 ◦ blue 202

#BE84CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Side #BE84CA

Tints of East Side #BE84CA

RGB

 RED value IS 190 (74.61% from 255) = 36.26%

 GREEN value IS 132 (51.95% from 255) = 25.19%

 BLUE value IS 202 (79.3% from 255) = 38.55%

R = 36.26%
G = 25.19%
B = 38.55%

CMYK

 C value IS 0.06

 M value IS 0.35

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BE84CA (or 0xBE84CA) is known color: East Side. HEX triplet: BE, 84 and CA. RGB value is (190,132,202). Sum of RGB (Red+Green+Blue) = 190+132+202=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 132 (51.95% from 255 or 25.19% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE84CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE84CA is #417B35. Grayscale: #9D9D9D. Windows color (decimal): -4291382 or 13272254. OLE color: 13272254.

HSL color Cylindrical-coordinate representation of color #BE84CA: hue angle of 289.71º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BE84CA is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 132 202 -
CMYK 0.06 0.35 0 0.21
HSL 289.71º 0.4% 0.65% -
HSV(B) 289.71º 0.35% 0.79% -
XYZ 40.15 31.71 59.88 -
YUV 157.32 153.22 151.31 -
System Red Green Blue C M Y K H S L
Decimal 190 132 202 0.06 0.35 0 0.21 289.71 0.4 0.65
Hex BE 84 CA 6 23 0 15 122 28 41
Octal 276 204 312 6 43 0 25 442 50 101
Binary 10111110 10000100 11001010 110 100011 0 10101 100100010 101000 1000001

Color Harmonies of #BE84CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE84CA

Black with #BE84CA

Text Example


Text Example

White with #BE84CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE84CA; }

 p { color: rgb(190,132,202); }

 H1.HeaderClassName
 {
   color: #BE84CA;
 }
 .AnyTagClassName
 {
   color: #BE84CA;
 }
</style>

background-color css

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

 a { background-color: rgb(190,132,202); }

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

border-color css

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

 span { border-color: rgb(190,132,202); }

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