Html Css Color HEX #BE80C9 East Side

📋 copy color: '#BE80C9'

red 190 ◦ green 128 ◦ blue 201

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

Shades of East Side #BE80C9

Tints of East Side #BE80C9

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.66%

 BLUE value IS 201 (78.91% from 255) = 38.73%

R = 36.61%
G = 24.66%
B = 38.73%

CMYK

 C value IS 0.05

 M value IS 0.36

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BE80C9 (or 0xBE80C9) is known color: East Side. HEX triplet: BE, 80 and C9. RGB value is (190,128,201). Sum of RGB (Red+Green+Blue) = 190+128+201=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 128 (50.39% from 255 or 24.66% from 519); Blue value is 201 (78.91% from 255 or 38.73% from 519); Max value from RGB is 201 - color contains mainly: blue. Hex color #BE80C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE80C9 is #417F36. Grayscale: #9A9A9A. Windows color (decimal): -4292407 or 13205694. OLE color: 13205694.

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

Color convert

RGB 190 128 201 -
CMYK 0.05 0.36 0 0.21
HSL 290.96º 0.4% 0.65% -
HSV(B) 290.96º 0.36% 0.79% -
XYZ 39.5 30.6 59.08 -
YUV 154.86 154.04 153.06 -
System Red Green Blue C M Y K H S L
Decimal 190 128 201 0.05 0.36 0 0.21 290.96 0.4 0.65
Hex BE 80 C9 5 24 0 15 123 28 41
Octal 276 200 311 5 44 0 25 443 50 101
Binary 10111110 10000000 11001001 101 100100 0 10101 100100011 101000 1000001

Color Harmonies of #BE80C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE80C9

Black with #BE80C9

Text Example


Text Example

White with #BE80C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE80C9; }

 p { color: rgb(190,128,201); }

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

background-color css

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

 a { background-color: rgb(190,128,201); }

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

border-color css

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

 span { border-color: rgb(190,128,201); }

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