Html Css Color HEX #BE7EC9 East Side

📋 copy color: '#BE7EC9'

red 190 ◦ green 126 ◦ blue 201

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

Shades of East Side #BE7EC9

Tints of East Side #BE7EC9

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.37%

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

R = 36.75%
G = 24.37%
B = 38.88%

CMYK

 C value IS 0.05

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BE7EC9 (or 0xBE7EC9) is known color: East Side. HEX triplet: BE, 7E and C9. RGB value is (190,126,201). Sum of RGB (Red+Green+Blue) = 190+126+201=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 126 (49.61% from 255 or 24.37% from 517); Blue value is 201 (78.91% from 255 or 38.88% from 517); Max value from RGB is 201 - color contains mainly: blue. Hex color #BE7EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7EC9 is #418136. Grayscale: #999999. Windows color (decimal): -4292919 or 13205182. OLE color: 13205182.

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

Color convert

RGB 190 126 201 -
CMYK 0.05 0.37 0 0.21
HSL 291.2º 0.41% 0.64% -
HSV(B) 291.2º 0.37% 0.79% -
XYZ 39.24 30.09 59 -
YUV 153.69 154.7 153.9 -
System Red Green Blue C M Y K H S L
Decimal 190 126 201 0.05 0.37 0 0.21 291.2 0.41 0.64
Hex BE 7E C9 5 25 0 15 123 29 40
Octal 276 176 311 5 45 0 25 443 51 100
Binary 10111110 1111110 11001001 101 100101 0 10101 100100011 101001 1000000

Color Harmonies of #BE7EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7EC9

Black with #BE7EC9

Text Example


Text Example

White with #BE7EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7EC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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