Html Css Color HEX #BED647 Las Palmas

📋 copy color: '#BED647'

red 190 ◦ green 214 ◦ blue 71

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

Shades of Las Palmas #BED647

Tints of Las Palmas #BED647

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.05%

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

R = 40%
G = 45.05%
B = 14.95%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#BED647 (or 0xBED647) is known color: Las Palmas. HEX triplet: BE, D6 and 47. RGB value is (190,214,71). Sum of RGB (Red+Green+Blue) = 190+214+71=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 214 (83.98% from 255 or 45.05% from 475); Blue value is 71 (28.12% from 255 or 14.95% from 475); Max value from RGB is 214 - color contains mainly: green. Hex color #BED647 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED647 is #4129B8. Grayscale: #BFBFBF. Windows color (decimal): -4270521 or 4708030. OLE color: 4708030.

HSL color Cylindrical-coordinate representation of color #BED647: hue angle of 70.07º 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 #BED647 is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 214 71 -
CMYK 0.11 0 0.67 0.16
HSL 70.07º 0.64% 0.56% -
HSV(B) 70.07º 0.67% 0.84% -
XYZ 46.42 59.5 15 -
YUV 190.52 60.55 127.63 -
System Red Green Blue C M Y K H S L
Decimal 190 214 71 0.11 0 0.67 0.16 70.07 0.64 0.56
Hex BE D6 47 B 0 43 10 46 40 38
Octal 276 326 107 13 0 103 20 106 100 70
Binary 10111110 11010110 1000111 1011 0 1000011 10000 1000110 1000000 111000

Color Harmonies of #BED647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED647

Black with #BED647

Text Example


Text Example

White with #BED647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED647; }

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

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

background-color css

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

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

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

border-color css

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

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

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