Html Css Color HEX #BED846 Las Palmas

📋 copy color: '#BED846'

red 190 ◦ green 216 ◦ blue 70

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

Shades of Las Palmas #BED846

Tints of Las Palmas #BED846

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.38%

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

R = 39.92%
G = 45.38%
B = 14.71%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#BED846 (or 0xBED846) is known color: Las Palmas. HEX triplet: BE, D8 and 46. RGB value is (190,216,70). Sum of RGB (Red+Green+Blue) = 190+216+70=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 216 (84.77% from 255 or 45.38% from 476); Blue value is 70 (27.73% from 255 or 14.71% from 476); Max value from RGB is 216 - color contains mainly: green. Hex color #BED846 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED846 is #4127B9. Grayscale: #C0C0C0. Windows color (decimal): -4270010 or 4643006. OLE color: 4643006.

HSL color Cylindrical-coordinate representation of color #BED846: hue angle of 70.68º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BED846 is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 216 70 -
CMYK 0.12 0 0.68 0.15
HSL 70.68º 0.65% 0.56% -
HSV(B) 70.68º 0.68% 0.85% -
XYZ 46.9 60.5 15 -
YUV 191.58 59.39 126.87 -
System Red Green Blue C M Y K H S L
Decimal 190 216 70 0.12 0 0.68 0.15 70.68 0.65 0.56
Hex BE D8 46 C 0 44 F 47 41 38
Octal 276 330 106 14 0 104 17 107 101 70
Binary 10111110 11011000 1000110 1100 0 1000100 1111 1000111 1000001 111000

Color Harmonies of #BED846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED846

Black with #BED846

Text Example


Text Example

White with #BED846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED846; }

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

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

background-color css

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

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

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

border-color css

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

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

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