Html Css Color HEX #BED201 La Rioja

📋 copy color: '#BED201'

red 190 ◦ green 210 ◦ blue 1

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

Shades of La Rioja #BED201

Tints of La Rioja #BED201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 47.38%
G = 52.37%
B = 0.25%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#BED201 (or 0xBED201) is known color: La Rioja. HEX triplet: BE, D2 and 01. RGB value is (190,210,1). Sum of RGB (Red+Green+Blue) = 190+210+1=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 210 (82.42% from 255 or 52.37% from 401); Blue value is 1 (0.78% from 255 or 0.25% from 401); Max value from RGB is 210 - color contains mainly: green. Hex color #BED201 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED201 is #412DFE. Grayscale: #B5B5B5. Windows color (decimal): -4271615 or 119486. OLE color: 119486.

HSL color Cylindrical-coordinate representation of color #BED201: hue angle of 65.74º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BED201 is Cyan = 0.10, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 210 1 -
CMYK 0.10 0 1.00 0.18
HSL 65.74º 0.99% 0.41% -
HSV(B) 65.74º 1% 0.82% -
XYZ 44.29 57.04 8.7 -
YUV 180.19 26.87 134.99 -
System Red Green Blue C M Y K H S L
Decimal 190 210 1 0.10 0 1.00 0.18 65.74 0.99 0.41
Hex BE D2 1 A 0 64 12 42 63 29
Octal 276 322 1 12 0 144 22 102 143 51
Binary 10111110 11010010 1 1010 0 1100100 10010 1000010 1100011 101001

Color Harmonies of #BED201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED201

Black with #BED201

Text Example


Text Example

White with #BED201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED201; }

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

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

background-color css

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

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

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

border-color css

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

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

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