Html Css Color HEX #BCDF3B Las Palmas

📋 copy color: '#BCDF3B'

red 188 ◦ green 223 ◦ blue 59

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

Shades of Las Palmas #BCDF3B

Tints of Las Palmas #BCDF3B

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.45%

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

R = 40%
G = 47.45%
B = 12.55%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#BCDF3B (or 0xBCDF3B) is known color: Las Palmas. HEX triplet: BC, DF and 3B. RGB value is (188,223,59). Sum of RGB (Red+Green+Blue) = 188+223+59=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 223 (87.5% from 255 or 47.45% from 470); Blue value is 59 (23.44% from 255 or 12.55% from 470); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDF3B is #4320C4. Grayscale: #C2C2C2. Windows color (decimal): -4399301 or 3923900. OLE color: 3923900.

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

Color convert

RGB 188 223 59 -
CMYK 0.16 0 0.74 0.13
HSL 72.8º 0.72% 0.55% -
HSV(B) 72.8º 0.74% 0.87% -
XYZ 47.92 63.78 13.92 -
YUV 193.84 51.9 123.84 -
System Red Green Blue C M Y K H S L
Decimal 188 223 59 0.16 0 0.74 0.13 72.8 0.72 0.55
Hex BC DF 3B 10 0 4A D 49 48 37
Octal 274 337 73 20 0 112 15 111 110 67
Binary 10111100 11011111 111011 10000 0 1001010 1101 1001001 1001000 110111

Color Harmonies of #BCDF3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF3B

Black with #BCDF3B

Text Example


Text Example

White with #BCDF3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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