Html Css Color HEX #BCDE10 Inch Worm

📋 copy color: '#BCDE10'

red 188 ◦ green 222 ◦ blue 16

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

Shades of Inch Worm #BCDE10

Tints of Inch Worm #BCDE10

RGB

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

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

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

R = 44.13%
G = 52.11%
B = 3.76%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#BCDE10 (or 0xBCDE10) is known color: Inch Worm. HEX triplet: BC, DE and 10. RGB value is (188,222,16). Sum of RGB (Red+Green+Blue) = 188+222+16=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 222 (87.11% from 255 or 52.11% from 426); Blue value is 16 (6.64% from 255 or 3.76% from 426); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDE10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDE10 is #4321EF. Grayscale: #BDBDBD. Windows color (decimal): -4399600 or 1105596. OLE color: 1105596.

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

Color convert

RGB 188 222 16 -
CMYK 0.15 0 0.93 0.13
HSL 69.9º 0.87% 0.47% -
HSV(B) 69.9º 0.93% 0.87% -
XYZ 46.95 62.97 10.17 -
YUV 188.35 30.74 127.75 -
System Red Green Blue C M Y K H S L
Decimal 188 222 16 0.15 0 0.93 0.13 69.9 0.87 0.47
Hex BC DE 10 F 0 5D D 46 57 2F
Octal 274 336 20 17 0 135 15 106 127 57
Binary 10111100 11011110 10000 1111 0 1011101 1101 1000110 1010111 101111

Color Harmonies of #BCDE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDE10

Black with #BCDE10

Text Example


Text Example

White with #BCDE10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDE10; }

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

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

background-color css

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

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

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

border-color css

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

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

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