Html Css Color HEX #BED03F Las Palmas

📋 copy color: '#BED03F'

red 190 ◦ green 208 ◦ blue 63

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

Shades of Las Palmas #BED03F

Tints of Las Palmas #BED03F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.12%

 BLUE value IS 63 (25% from 255) = 13.67%

R = 41.21%
G = 45.12%
B = 13.67%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#BED03F (or 0xBED03F) is known color: Las Palmas. HEX triplet: BE, D0 and 3F. RGB value is (190,208,63). Sum of RGB (Red+Green+Blue) = 190+208+63=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 208 (81.64% from 255 or 45.12% from 461); Blue value is 63 (25% from 255 or 13.67% from 461); Max value from RGB is 208 - color contains mainly: green. Hex color #BED03F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED03F is #412FC0. Grayscale: #BABABA. Windows color (decimal): -4272065 or 4182206. OLE color: 4182206.

HSL color Cylindrical-coordinate representation of color #BED03F: hue angle of 67.45º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BED03F is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 208 63 -
CMYK 0.09 0 0.70 0.18
HSL 67.45º 0.61% 0.53% -
HSV(B) 67.45º 0.7% 0.82% -
XYZ 44.69 56.42 13.24 -
YUV 186.09 58.54 130.79 -
System Red Green Blue C M Y K H S L
Decimal 190 208 63 0.09 0 0.70 0.18 67.45 0.61 0.53
Hex BE D0 3F 9 0 46 12 43 3D 35
Octal 276 320 77 11 0 106 22 103 75 65
Binary 10111110 11010000 111111 1001 0 1000110 10010 1000011 111101 110101

Color Harmonies of #BED03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED03F

Black with #BED03F

Text Example


Text Example

White with #BED03F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED03F; }

 p { color: rgb(190,208,63); }

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

background-color css

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

 a { background-color: rgb(190,208,63); }

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

border-color css

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

 span { border-color: rgb(190,208,63); }

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