Html Css Color HEX #BECF11 Rio Grande

📋 copy color: '#BECF11'

red 190 ◦ green 207 ◦ blue 17

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

Shades of Rio Grande #BECF11

Tints of Rio Grande #BECF11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.11%

R = 45.89%
G = 50%
B = 4.11%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#BECF11 (or 0xBECF11) is known color: Rio Grande. HEX triplet: BE, CF and 11. RGB value is (190,207,17). Sum of RGB (Red+Green+Blue) = 190+207+17=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 207 (81.25% from 255 or 50% from 414); Blue value is 17 (7.03% from 255 or 4.11% from 414); Max value from RGB is 207 - color contains mainly: green. Hex color #BECF11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECF11 is #4130EE. Grayscale: #B5B5B5. Windows color (decimal): -4272367 or 1167294. OLE color: 1167294.

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

Color convert

RGB 190 207 17 -
CMYK 0.08 0 0.92 0.19
HSL 65.37º 0.85% 0.44% -
HSV(B) 65.37º 0.92% 0.81% -
XYZ 43.65 55.61 8.96 -
YUV 180.26 35.87 134.95 -
System Red Green Blue C M Y K H S L
Decimal 190 207 17 0.08 0 0.92 0.19 65.37 0.85 0.44
Hex BE CF 11 8 0 5C 13 41 55 2C
Octal 276 317 21 10 0 134 23 101 125 54
Binary 10111110 11001111 10001 1000 0 1011100 10011 1000001 1010101 101100

Color Harmonies of #BECF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECF11

Black with #BECF11

Text Example


Text Example

White with #BECF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECF11; }

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

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

background-color css

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

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

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

border-color css

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

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

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