Html Css Color HEX #BCED10 Inch Worm

📋 copy color: '#BCED10'

red 188 ◦ green 237 ◦ blue 16

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

Shades of Inch Worm #BCED10

Tints of Inch Worm #BCED10

RGB

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

 GREEN value IS 237 (92.97% from 255) = 53.74%

 BLUE value IS 16 (6.64% from 255) = 3.63%

R = 42.63%
G = 53.74%
B = 3.63%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#BCED10 (or 0xBCED10) is known color: Inch Worm. HEX triplet: BC, ED and 10. RGB value is (188,237,16). Sum of RGB (Red+Green+Blue) = 188+237+16=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 237 (92.97% from 255 or 53.74% from 441); Blue value is 16 (6.64% from 255 or 3.63% from 441); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCED10 is #4312EF. Grayscale: #C5C5C5. Windows color (decimal): -4395760 or 1109436. OLE color: 1109436.

HSL color Cylindrical-coordinate representation of color #BCED10: hue angle of 73.3º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BCED10 is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 237 16 -
CMYK 0.21 0 0.93 0.07
HSL 73.3º 0.87% 0.5% -
HSV(B) 73.3º 0.93% 0.93% -
XYZ 51.12 71.3 11.56 -
YUV 197.16 25.77 121.47 -
System Red Green Blue C M Y K H S L
Decimal 188 237 16 0.21 0 0.93 0.07 73.3 0.87 0.5
Hex BC ED 10 15 0 5D 7 49 57 32
Octal 274 355 20 25 0 135 7 111 127 62
Binary 10111100 11101101 10000 10101 0 1011101 111 1001001 1010111 110010

Color Harmonies of #BCED10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCED10

Black with #BCED10

Text Example


Text Example

White with #BCED10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCED10; }

 p { color: rgb(188,237,16); }

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

background-color css

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

 a { background-color: rgb(188,237,16); }

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

border-color css

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

 span { border-color: rgb(188,237,16); }

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