Html Css Color HEX #BCEC30 Las Palmas

📋 copy color: '#BCEC30'

red 188 ◦ green 236 ◦ blue 48

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

Shades of Las Palmas #BCEC30

Tints of Las Palmas #BCEC30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.17%

R = 39.83%
G = 50%
B = 10.17%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#BCEC30 (or 0xBCEC30) is known color: Las Palmas. HEX triplet: BC, EC and 30. RGB value is (188,236,48). Sum of RGB (Red+Green+Blue) = 188+236+48=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 236 (92.58% from 255 or 50% from 472); Blue value is 48 (19.14% from 255 or 10.17% from 472); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEC30 is #4313CF. Grayscale: #C8C8C8. Windows color (decimal): -4395984 or 3206332. OLE color: 3206332.

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

Color convert

RGB 188 236 48 -
CMYK 0.20 0 0.80 0.07
HSL 75.32º 0.83% 0.56% -
HSV(B) 75.32º 0.8% 0.93% -
XYZ 51.27 70.9 13.78 -
YUV 200.22 42.1 119.29 -
System Red Green Blue C M Y K H S L
Decimal 188 236 48 0.20 0 0.80 0.07 75.32 0.83 0.56
Hex BC EC 30 14 0 50 7 4B 53 38
Octal 274 354 60 24 0 120 7 113 123 70
Binary 10111100 11101100 110000 10100 0 1010000 111 1001011 1010011 111000

Color Harmonies of #BCEC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEC30

Black with #BCEC30

Text Example


Text Example

White with #BCEC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEC30; }

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

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

background-color css

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

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

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

border-color css

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

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

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