Html Css Color HEX #BECD10 Rio Grande

📋 copy color: '#BECD10'

red 190 ◦ green 205 ◦ blue 16

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

Shades of Rio Grande #BECD10

Tints of Rio Grande #BECD10

RGB

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

 GREEN value IS 205 (80.47% from 255) = 49.88%

 BLUE value IS 16 (6.64% from 255) = 3.89%

R = 46.23%
G = 49.88%
B = 3.89%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#BECD10 (or 0xBECD10) is known color: Rio Grande. HEX triplet: BE, CD and 10. RGB value is (190,205,16). Sum of RGB (Red+Green+Blue) = 190+205+16=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 205 (80.47% from 255 or 49.88% from 411); Blue value is 16 (6.64% from 255 or 3.89% from 411); Max value from RGB is 205 - color contains mainly: green. Hex color #BECD10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECD10 is #4132EF. Grayscale: #B3B3B3. Windows color (decimal): -4272880 or 1101246. OLE color: 1101246.

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

Color convert

RGB 190 205 16 -
CMYK 0.07 0 0.92 0.20
HSL 64.76º 0.86% 0.43% -
HSV(B) 64.76º 0.92% 0.8% -
XYZ 43.16 54.65 8.76 -
YUV 178.97 36.03 135.87 -
System Red Green Blue C M Y K H S L
Decimal 190 205 16 0.07 0 0.92 0.20 64.76 0.86 0.43
Hex BE CD 10 7 0 5C 14 41 56 2B
Octal 276 315 20 7 0 134 24 101 126 53
Binary 10111110 11001101 10000 111 0 1011100 10100 1000001 1010110 101011

Color Harmonies of #BECD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECD10

Black with #BECD10

Text Example


Text Example

White with #BECD10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECD10; }

 p { color: rgb(190,205,16); }

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

background-color css

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

 a { background-color: rgb(190,205,16); }

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

border-color css

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

 span { border-color: rgb(190,205,16); }

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