Html Css Color HEX #BCFE6C Sulu

📋 copy color: '#BCFE6C'

red 188 ◦ green 254 ◦ blue 108

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

Shades of Sulu #BCFE6C

Tints of Sulu #BCFE6C

RGB

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

 GREEN value IS 254 (99.61% from 255) = 46.18%

 BLUE value IS 108 (42.58% from 255) = 19.64%

R = 34.18%
G = 46.18%
B = 19.64%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#BCFE6C (or 0xBCFE6C) is known color: Sulu. HEX triplet: BC, FE and 6C. RGB value is (188,254,108). Sum of RGB (Red+Green+Blue) = 188+254+108=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 254 (99.61% from 255 or 46.18% from 550); Blue value is 108 (42.58% from 255 or 19.64% from 550); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFE6C is #430193. Grayscale: #DADADA. Windows color (decimal): -4391316 or 7143100. OLE color: 7143100.

HSL color Cylindrical-coordinate representation of color #BCFE6C: hue angle of 87.12º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCFE6C is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.

Color convert

RGB 188 254 108 -
CMYK 0.26 0 0.57 0.00
HSL 87.12º 0.99% 0.71% -
HSV(B) 87.12º 0.57% 1% -
XYZ 58.89 82.66 27.04 -
YUV 217.62 66.13 106.87 -
System Red Green Blue C M Y K H S L
Decimal 188 254 108 0.26 0 0.57 0.00 87.12 0.99 0.71
Hex BC FE 6C 1A 0 39 0 57 63 47
Octal 274 376 154 32 0 71 0 127 143 107
Binary 10111100 11111110 1101100 11010 0 111001 0 1010111 1100011 1000111

Color Harmonies of #BCFE6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFE6C

Black with #BCFE6C

Text Example


Text Example

White with #BCFE6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFE6C; }

 p { color: rgb(188,254,108); }

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

background-color css

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

 a { background-color: rgb(188,254,108); }

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

border-color css

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

 span { border-color: rgb(188,254,108); }

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