Html Css Color HEX #BE80CC East Side

📋 copy color: '#BE80CC'

red 190 ◦ green 128 ◦ blue 204

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

Shades of East Side #BE80CC

Tints of East Side #BE80CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.08%

R = 36.4%
G = 24.52%
B = 39.08%

CMYK

 C value IS 0.07

 M value IS 0.37

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BE80CC (or 0xBE80CC) is known color: East Side. HEX triplet: BE, 80 and CC. RGB value is (190,128,204). Sum of RGB (Red+Green+Blue) = 190+128+204=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 128 (50.39% from 255 or 24.52% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE80CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE80CC is #417F33. Grayscale: #9A9A9A. Windows color (decimal): -4292404 or 13402302. OLE color: 13402302.

HSL color Cylindrical-coordinate representation of color #BE80CC: hue angle of 288.95º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BE80CC is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 190 128 204 -
CMYK 0.07 0.37 0 0.2
HSL 288.95º 0.43% 0.65% -
HSV(B) 288.95º 0.37% 0.8% -
XYZ 39.85 30.75 60.96 -
YUV 155.2 155.54 152.82 -
System Red Green Blue C M Y K H S L
Decimal 190 128 204 0.07 0.37 0 0.2 288.95 0.43 0.65
Hex BE 80 CC 7 25 0 14 121 2B 41
Octal 276 200 314 7 45 0 24 441 53 101
Binary 10111110 10000000 11001100 111 100101 0 10100 100100001 101011 1000001

Color Harmonies of #BE80CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE80CC

Black with #BE80CC

Text Example


Text Example

White with #BE80CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE80CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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