Html Css Color HEX #BCEB2E Las Palmas

📋 copy color: '#BCEB2E'

red 188 ◦ green 235 ◦ blue 46

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

Shades of Las Palmas #BCEB2E

Tints of Las Palmas #BCEB2E

RGB

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

 GREEN value IS 235 (92.19% from 255) = 50.11%

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

R = 40.09%
G = 50.11%
B = 9.81%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#BCEB2E (or 0xBCEB2E) is known color: Las Palmas. HEX triplet: BC, EB and 2E. RGB value is (188,235,46). Sum of RGB (Red+Green+Blue) = 188+235+46=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 235 (92.19% from 255 or 50.11% from 469); Blue value is 46 (18.36% from 255 or 9.81% from 469); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEB2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEB2E is #4314D1. Grayscale: #C8C8C8. Windows color (decimal): -4396242 or 3075004. OLE color: 3075004.

HSL color Cylindrical-coordinate representation of color #BCEB2E: hue angle of 74.92º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCEB2E is Cyan = 0.2, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 235 46 -
CMYK 0.2 0 0.80 0.08
HSL 74.92º 0.83% 0.55% -
HSV(B) 74.92º 0.8% 0.92% -
XYZ 50.94 70.31 13.47 -
YUV 199.4 41.43 119.87 -
System Red Green Blue C M Y K H S L
Decimal 188 235 46 0.2 0 0.80 0.08 74.92 0.83 0.55
Hex BC EB 2E 14 0 50 8 4B 53 37
Octal 274 353 56 24 0 120 10 113 123 67
Binary 10111100 11101011 101110 10100 0 1010000 1000 1001011 1010011 110111

Color Harmonies of #BCEB2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEB2E

Black with #BCEB2E

Text Example


Text Example

White with #BCEB2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEB2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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