Html Css Color HEX #BED205 La Rioja

📋 copy color: '#BED205'

red 190 ◦ green 210 ◦ blue 5

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

Shades of La Rioja #BED205

Tints of La Rioja #BED205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.23%

R = 46.91%
G = 51.85%
B = 1.23%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#BED205 (or 0xBED205) is known color: La Rioja. HEX triplet: BE, D2 and 05. RGB value is (190,210,5). Sum of RGB (Red+Green+Blue) = 190+210+5=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 210 (82.42% from 255 or 51.85% from 405); Blue value is 5 (2.34% from 255 or 1.23% from 405); Max value from RGB is 210 - color contains mainly: green. Hex color #BED205 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED205 is #412DFA. Grayscale: #B5B5B5. Windows color (decimal): -4271611 or 381630. OLE color: 381630.

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

Color convert

RGB 190 210 5 -
CMYK 0.10 0 0.98 0.18
HSL 65.85º 0.95% 0.42% -
HSV(B) 65.85º 0.98% 0.82% -
XYZ 44.31 57.05 8.82 -
YUV 180.65 28.87 134.67 -
System Red Green Blue C M Y K H S L
Decimal 190 210 5 0.10 0 0.98 0.18 65.85 0.95 0.42
Hex BE D2 5 A 0 62 12 42 5F 2A
Octal 276 322 5 12 0 142 22 102 137 52
Binary 10111110 11010010 101 1010 0 1100010 10010 1000010 1011111 101010

Color Harmonies of #BED205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED205

Black with #BED205

Text Example


Text Example

White with #BED205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED205; }

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

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

background-color css

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

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

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

border-color css

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

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

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