Html Css Color HEX #BED243 Las Palmas

📋 copy color: '#BED243'

red 190 ◦ green 210 ◦ blue 67

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

Shades of Las Palmas #BED243

Tints of Las Palmas #BED243

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.97%

 BLUE value IS 67 (26.56% from 255) = 14.35%

R = 40.69%
G = 44.97%
B = 14.35%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#BED243 (or 0xBED243) is known color: Las Palmas. HEX triplet: BE, D2 and 43. RGB value is (190,210,67). Sum of RGB (Red+Green+Blue) = 190+210+67=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 210 (82.42% from 255 or 44.97% from 467); Blue value is 67 (26.56% from 255 or 14.35% from 467); Max value from RGB is 210 - color contains mainly: green. Hex color #BED243 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED243 is #412DBC. Grayscale: #BCBCBC. Windows color (decimal): -4271549 or 4444862. OLE color: 4444862.

HSL color Cylindrical-coordinate representation of color #BED243: hue angle of 68.39º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BED243 is Cyan = 0.10, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 210 67 -
CMYK 0.10 0 0.68 0.18
HSL 68.39º 0.61% 0.54% -
HSV(B) 68.39º 0.68% 0.82% -
XYZ 45.29 57.45 14.01 -
YUV 187.72 59.87 129.63 -
System Red Green Blue C M Y K H S L
Decimal 190 210 67 0.10 0 0.68 0.18 68.39 0.61 0.54
Hex BE D2 43 A 0 44 12 44 3D 36
Octal 276 322 103 12 0 104 22 104 75 66
Binary 10111110 11010010 1000011 1010 0 1000100 10010 1000100 111101 110110

Color Harmonies of #BED243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED243

Black with #BED243

Text Example


Text Example

White with #BED243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED243; }

 p { color: rgb(190,210,67); }

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

background-color css

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

 a { background-color: rgb(190,210,67); }

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

border-color css

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

 span { border-color: rgb(190,210,67); }

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