Html Css Color HEX #BCDD3F Las Palmas

📋 copy color: '#BCDD3F'

red 188 ◦ green 221 ◦ blue 63

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

Shades of Las Palmas #BCDD3F

Tints of Las Palmas #BCDD3F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.82%

 BLUE value IS 63 (25% from 255) = 13.35%

R = 39.83%
G = 46.82%
B = 13.35%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#BCDD3F (or 0xBCDD3F) is known color: Las Palmas. HEX triplet: BC, DD and 3F. RGB value is (188,221,63). Sum of RGB (Red+Green+Blue) = 188+221+63=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 63 (25% from 255 or 13.35% from 472); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDD3F is #4322C0. Grayscale: #C1C1C1. Windows color (decimal): -4399809 or 4185532. OLE color: 4185532.

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

Color convert

RGB 188 221 63 -
CMYK 0.15 0 0.71 0.13
HSL 72.53º 0.7% 0.56% -
HSV(B) 72.53º 0.71% 0.87% -
XYZ 47.49 62.76 14.31 -
YUV 193.12 54.57 124.35 -
System Red Green Blue C M Y K H S L
Decimal 188 221 63 0.15 0 0.71 0.13 72.53 0.7 0.56
Hex BC DD 3F F 0 47 D 49 46 38
Octal 274 335 77 17 0 107 15 111 106 70
Binary 10111100 11011101 111111 1111 0 1000111 1101 1001001 1000110 111000

Color Harmonies of #BCDD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDD3F

Black with #BCDD3F

Text Example


Text Example

White with #BCDD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDD3F; }

 p { color: rgb(188,221,63); }

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

background-color css

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

 a { background-color: rgb(188,221,63); }

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

border-color css

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

 span { border-color: rgb(188,221,63); }

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