Html Css Color HEX #BED207 La Rioja

📋 copy color: '#BED207'

red 190 ◦ green 210 ◦ blue 7

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

Shades of La Rioja #BED207

Tints of La Rioja #BED207

RGB

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

 GREEN value IS 210 (82.42% from 255) = 51.6%

 BLUE value IS 7 (3.13% from 255) = 1.72%

R = 46.68%
G = 51.6%
B = 1.72%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#BED207 (or 0xBED207) is known color: La Rioja. HEX triplet: BE, D2 and 07. RGB value is (190,210,7). Sum of RGB (Red+Green+Blue) = 190+210+7=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 210 (82.42% from 255 or 51.60% from 407); Blue value is 7 (3.12% from 255 or 1.72% from 407); Max value from RGB is 210 - color contains mainly: green. Hex color #BED207 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED207 is #412DF8. Grayscale: #B5B5B5. Windows color (decimal): -4271609 or 512702. OLE color: 512702.

HSL color Cylindrical-coordinate representation of color #BED207: hue angle of 65.91º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BED207 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 210 7 -
CMYK 0.10 0 0.97 0.18
HSL 65.91º 0.94% 0.43% -
HSV(B) 65.91º 0.97% 0.82% -
XYZ 44.32 57.06 8.88 -
YUV 180.88 29.87 134.51 -
System Red Green Blue C M Y K H S L
Decimal 190 210 7 0.10 0 0.97 0.18 65.91 0.94 0.43
Hex BE D2 7 A 0 61 12 42 5E 2B
Octal 276 322 7 12 0 141 22 102 136 53
Binary 10111110 11010010 111 1010 0 1100001 10010 1000010 1011110 101011

Color Harmonies of #BED207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED207

Black with #BED207

Text Example


Text Example

White with #BED207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED207; }

 p { color: rgb(190,210,7); }

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

background-color css

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

 a { background-color: rgb(190,210,7); }

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

border-color css

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

 span { border-color: rgb(190,210,7); }

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