Html Css Color HEX #BECF80 Deco

📋 copy color: '#BECF80'

red 190 ◦ green 207 ◦ blue 128

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

Shades of Deco #BECF80

Tints of Deco #BECF80

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.43%

 BLUE value IS 128 (50.39% from 255) = 24.38%

R = 36.19%
G = 39.43%
B = 24.38%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#BECF80 (or 0xBECF80) is known color: Deco. HEX triplet: BE, CF and 80. RGB value is (190,207,128). Sum of RGB (Red+Green+Blue) = 190+207+128=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 128 (50.39% from 255 or 24.38% from 525); Max value from RGB is 207 - color contains mainly: green. Hex color #BECF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECF80 is #41307F. Grayscale: #C1C1C1. Windows color (decimal): -4272256 or 8441790. OLE color: 8441790.

HSL color Cylindrical-coordinate representation of color #BECF80: hue angle of 72.91º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BECF80 is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 207 128 -
CMYK 0.08 0 0.38 0.19
HSL 72.91º 0.45% 0.66% -
HSV(B) 72.91º 0.38% 0.81% -
XYZ 47.44 57.13 28.95 -
YUV 192.91 91.37 125.92 -
System Red Green Blue C M Y K H S L
Decimal 190 207 128 0.08 0 0.38 0.19 72.91 0.45 0.66
Hex BE CF 80 8 0 26 13 49 2D 42
Octal 276 317 200 10 0 46 23 111 55 102
Binary 10111110 11001111 10000000 1000 0 100110 10011 1001001 101101 1000010

Color Harmonies of #BECF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECF80

Black with #BECF80

Text Example


Text Example

White with #BECF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECF80; }

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

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

background-color css

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

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

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

border-color css

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

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

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