Html Css Color HEX #BCEC2E Las Palmas

📋 copy color: '#BCEC2E'

red 188 ◦ green 236 ◦ blue 46

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

Shades of Las Palmas #BCEC2E

Tints of Las Palmas #BCEC2E

RGB

 RED value IS 188 (73.83% from 255) = 40%

 GREEN value IS 236 (92.58% from 255) = 50.21%

 BLUE value IS 46 (18.36% from 255) = 9.79%

R = 40%
G = 50.21%
B = 9.79%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#BCEC2E (or 0xBCEC2E) is known color: Las Palmas. HEX triplet: BC, EC and 2E. RGB value is (188,236,46). Sum of RGB (Red+Green+Blue) = 188+236+46=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 236 (92.58% from 255 or 50.21% from 470); Blue value is 46 (18.36% from 255 or 9.79% from 470); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEC2E is #4313D1. Grayscale: #C8C8C8. Windows color (decimal): -4395986 or 3075260. OLE color: 3075260.

HSL color Cylindrical-coordinate representation of color #BCEC2E: hue angle of 75.16º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BCEC2E is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 236 46 -
CMYK 0.20 0 0.81 0.07
HSL 75.16º 0.83% 0.55% -
HSV(B) 75.16º 0.81% 0.93% -
XYZ 51.23 70.88 13.57 -
YUV 199.99 41.1 119.45 -
System Red Green Blue C M Y K H S L
Decimal 188 236 46 0.20 0 0.81 0.07 75.16 0.83 0.55
Hex BC EC 2E 14 0 51 7 4B 53 37
Octal 274 354 56 24 0 121 7 113 123 67
Binary 10111100 11101100 101110 10100 0 1010001 111 1001011 1010011 110111

Color Harmonies of #BCEC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEC2E

Black with #BCEC2E

Text Example


Text Example

White with #BCEC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEC2E; }

 p { color: rgb(188,236,46); }

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

background-color css

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

 a { background-color: rgb(188,236,46); }

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

border-color css

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

 span { border-color: rgb(188,236,46); }

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