Html Css Color HEX #BCDE35 Las Palmas

📋 copy color: '#BCDE35'

red 188 ◦ green 222 ◦ blue 53

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

Shades of Las Palmas #BCDE35

Tints of Las Palmas #BCDE35

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.95%

 BLUE value IS 53 (21.09% from 255) = 11.45%

R = 40.6%
G = 47.95%
B = 11.45%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#BCDE35 (or 0xBCDE35) is known color: Las Palmas. HEX triplet: BC, DE and 35. RGB value is (188,222,53). Sum of RGB (Red+Green+Blue) = 188+222+53=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 222 (87.11% from 255 or 47.95% from 463); Blue value is 53 (21.09% from 255 or 11.45% from 463); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDE35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDE35 is #4321CA. Grayscale: #C1C1C1. Windows color (decimal): -4399563 or 3530428. OLE color: 3530428.

HSL color Cylindrical-coordinate representation of color #BCDE35: hue angle of 72.07º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BCDE35 is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 222 53 -
CMYK 0.15 0 0.76 0.13
HSL 72.07º 0.72% 0.54% -
HSV(B) 72.07º 0.76% 0.87% -
XYZ 47.5 63.19 13.06 -
YUV 192.57 49.24 124.74 -
System Red Green Blue C M Y K H S L
Decimal 188 222 53 0.15 0 0.76 0.13 72.07 0.72 0.54
Hex BC DE 35 F 0 4C D 48 48 36
Octal 274 336 65 17 0 114 15 110 110 66
Binary 10111100 11011110 110101 1111 0 1001100 1101 1001000 1001000 110110

Color Harmonies of #BCDE35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDE35

Black with #BCDE35

Text Example


Text Example

White with #BCDE35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDE35; }

 p { color: rgb(188,222,53); }

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

background-color css

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

 a { background-color: rgb(188,222,53); }

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

border-color css

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

 span { border-color: rgb(188,222,53); }

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