#bed246

Color #BED246 Las Palmas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Las Palmas #BED246

Tints of Las Palmas #BED246

Color information

#BED246 (or 0xBED246) is unknown color: approx Las Palmas. HEX triplet: BE, D2 and 46. RGB value is (190,210,70). Sum of RGB (Red+Green+Blue) = 190+210+70=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 210 (82.42% from 255 or 44.68% from 470); Blue value is 70 (27.73% from 255 or 14.89% from 470); Max value from RGB is 210 - color contains mainly: green. Hex color #BED246 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED246 is #412DB9. Grayscale: #BCBCBC. Windows color (decimal): -4271546 or 4641470. OLE color: 4641470.

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

Color convert

RGB19021070-
CMYK0.1000.670.18
HSL68.57º60.87%54.9%-
HSV(B)68.57º66.67%82.35%-
XYZ45.3957.4814.5-
YUV188.0661.37129.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.43%
GREEN value IS 210 (82.42% from 255) = 44.68%
BLUE value IS 70 (27.73% from 255) = 14.89%
R=40.43%
G=44.68%
B=14.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal190210700.1000.670.1868.5760.8754.9
HexBED246A04312453d37
Octal276322106120103221057567
Binary10111110110100101000110101001000011100101000101111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bed246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bed246; }

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

 H1.HeaderClassName
 {
   color: #bed246;
 }
 .AnyTagClassName
 {
   color: #bed246;
 }
</style>
background-color css

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

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

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

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

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

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