Html Css Color HEX #BCE13B Las Palmas

📋 copy color: '#BCE13B'

red 188 ◦ green 225 ◦ blue 59

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

Shades of Las Palmas #BCE13B

Tints of Las Palmas #BCE13B

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.67%

 BLUE value IS 59 (23.44% from 255) = 12.5%

R = 39.83%
G = 47.67%
B = 12.5%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#BCE13B (or 0xBCE13B) is known color: Las Palmas. HEX triplet: BC, E1 and 3B. RGB value is (188,225,59). Sum of RGB (Red+Green+Blue) = 188+225+59=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 225 (88.28% from 255 or 47.67% from 472); Blue value is 59 (23.44% from 255 or 12.5% from 472); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE13B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE13B is #431EC4. Grayscale: #C3C3C3. Windows color (decimal): -4398789 or 3924412. OLE color: 3924412.

HSL color Cylindrical-coordinate representation of color #BCE13B: hue angle of 73.37º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BCE13B is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 225 59 -
CMYK 0.16 0 0.74 0.12
HSL 73.37º 0.73% 0.56% -
HSV(B) 73.37º 0.74% 0.88% -
XYZ 48.45 64.86 14.1 -
YUV 195.01 51.24 123 -
System Red Green Blue C M Y K H S L
Decimal 188 225 59 0.16 0 0.74 0.12 73.37 0.73 0.56
Hex BC E1 3B 10 0 4A C 49 49 38
Octal 274 341 73 20 0 112 14 111 111 70
Binary 10111100 11100001 111011 10000 0 1001010 1100 1001001 1001001 111000

Color Harmonies of #BCE13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE13B

Black with #BCE13B

Text Example


Text Example

White with #BCE13B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE13B; }

 p { color: rgb(188,225,59); }

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

background-color css

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

 a { background-color: rgb(188,225,59); }

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

border-color css

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

 span { border-color: rgb(188,225,59); }

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