Html Css Color HEX #BED347 Las Palmas

📋 copy color: '#BED347'

red 190 ◦ green 211 ◦ blue 71

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

Shades of Las Palmas #BED347

Tints of Las Palmas #BED347

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.7%

 BLUE value IS 71 (28.13% from 255) = 15.04%

R = 40.25%
G = 44.7%
B = 15.04%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#BED347 (or 0xBED347) is known color: Las Palmas. HEX triplet: BE, D3 and 47. RGB value is (190,211,71). Sum of RGB (Red+Green+Blue) = 190+211+71=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 211 (82.81% from 255 or 44.70% from 472); Blue value is 71 (28.12% from 255 or 15.04% from 472); Max value from RGB is 211 - color contains mainly: green. Hex color #BED347 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED347 is #412CB8. Grayscale: #BDBDBD. Windows color (decimal): -4271289 or 4707262. OLE color: 4707262.

HSL color Cylindrical-coordinate representation of color #BED347: hue angle of 69º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BED347 is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 190 211 71 -
CMYK 0.10 0 0.66 0.17
HSL 69º 0.61% 0.55% -
HSV(B) 69º 0.66% 0.83% -
XYZ 45.67 57.99 14.75 -
YUV 188.76 61.54 128.88 -
System Red Green Blue C M Y K H S L
Decimal 190 211 71 0.10 0 0.66 0.17 69 0.61 0.55
Hex BE D3 47 A 0 42 11 45 3D 37
Octal 276 323 107 12 0 102 21 105 75 67
Binary 10111110 11010011 1000111 1010 0 1000010 10001 1000101 111101 110111

Color Harmonies of #BED347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED347

Black with #BED347

Text Example


Text Example

White with #BED347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED347; }

 p { color: rgb(190,211,71); }

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

background-color css

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

 a { background-color: rgb(190,211,71); }

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

border-color css

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

 span { border-color: rgb(190,211,71); }

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