Html Css Color HEX #BED746 Las Palmas

📋 copy color: '#BED746'

red 190 ◦ green 215 ◦ blue 70

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

Shades of Las Palmas #BED746

Tints of Las Palmas #BED746

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.26%

 BLUE value IS 70 (27.73% from 255) = 14.74%

R = 40%
G = 45.26%
B = 14.74%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#BED746 (or 0xBED746) is known color: Las Palmas. HEX triplet: BE, D7 and 46. RGB value is (190,215,70). Sum of RGB (Red+Green+Blue) = 190+215+70=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 215 (84.38% from 255 or 45.26% from 475); Blue value is 70 (27.73% from 255 or 14.74% from 475); Max value from RGB is 215 - color contains mainly: green. Hex color #BED746 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED746 is #4128B9. Grayscale: #BFBFBF. Windows color (decimal): -4270266 or 4642750. OLE color: 4642750.

HSL color Cylindrical-coordinate representation of color #BED746: hue angle of 70.34º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BED746 is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 215 70 -
CMYK 0.12 0 0.67 0.16
HSL 70.34º 0.64% 0.56% -
HSV(B) 70.34º 0.67% 0.84% -
XYZ 46.64 59.99 14.92 -
YUV 191 59.72 127.29 -
System Red Green Blue C M Y K H S L
Decimal 190 215 70 0.12 0 0.67 0.16 70.34 0.64 0.56
Hex BE D7 46 C 0 43 10 46 40 38
Octal 276 327 106 14 0 103 20 106 100 70
Binary 10111110 11010111 1000110 1100 0 1000011 10000 1000110 1000000 111000

Color Harmonies of #BED746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED746

Black with #BED746

Text Example


Text Example

White with #BED746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED746; }

 p { color: rgb(190,215,70); }

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

background-color css

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

 a { background-color: rgb(190,215,70); }

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

border-color css

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

 span { border-color: rgb(190,215,70); }

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