Html Css Color HEX #BCDE01 Inch Worm

📋 copy color: '#BCDE01'

red 188 ◦ green 222 ◦ blue 1

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

Shades of Inch Worm #BCDE01

Tints of Inch Worm #BCDE01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 45.74%
G = 54.01%
B = 0.24%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#BCDE01 (or 0xBCDE01) is known color: Inch Worm. HEX triplet: BC, DE and 01. RGB value is (188,222,1). Sum of RGB (Red+Green+Blue) = 188+222+1=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 222 (87.11% from 255 or 54.01% from 411); Blue value is 1 (0.78% from 255 or 0.24% from 411); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDE01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDE01 is #4321FE. Grayscale: #BBBBBB. Windows color (decimal): -4399615 or 122556. OLE color: 122556.

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

Color convert

RGB 188 222 1 -
CMYK 0.15 0 1.00 0.13
HSL 69.23º 0.99% 0.44% -
HSV(B) 69.23º 1% 0.87% -
XYZ 46.87 62.94 9.71 -
YUV 186.64 23.24 128.97 -
System Red Green Blue C M Y K H S L
Decimal 188 222 1 0.15 0 1.00 0.13 69.23 0.99 0.44
Hex BC DE 1 F 0 64 D 45 63 2C
Octal 274 336 1 17 0 144 15 105 143 54
Binary 10111100 11011110 1 1111 0 1100100 1101 1000101 1100011 101100

Color Harmonies of #BCDE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDE01

Black with #BCDE01

Text Example


Text Example

White with #BCDE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDE01; }

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

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

background-color css

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

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

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

border-color css

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

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

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