Html Css Color HEX #BCFE6E Sulu

📋 copy color: '#BCFE6E'

red 188 ◦ green 254 ◦ blue 110

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

Shades of Sulu #BCFE6E

Tints of Sulu #BCFE6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 19.93%

R = 34.06%
G = 46.01%
B = 19.93%

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

#BCFE6E (or 0xBCFE6E) is known color: Sulu. HEX triplet: BC, FE and 6E. RGB value is (188,254,110). Sum of RGB (Red+Green+Blue) = 188+254+110=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 254 (99.61% from 255 or 46.01% from 552); Blue value is 110 (43.36% from 255 or 19.93% from 552); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFE6E is #430191. Grayscale: #DADADA. Windows color (decimal): -4391314 or 7274172. OLE color: 7274172.

HSL color Cylindrical-coordinate representation of color #BCFE6E: hue angle of 87.5º 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 #BCFE6E is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.

Color convert

RGB 188 254 110 -
CMYK 0.26 0 0.57 0.00
HSL 87.5º 0.99% 0.71% -
HSV(B) 87.5º 0.57% 1% -
XYZ 59 82.7 27.61 -
YUV 217.85 67.13 106.71 -
System Red Green Blue C M Y K H S L
Decimal 188 254 110 0.26 0 0.57 0.00 87.5 0.99 0.71
Hex BC FE 6E 1A 0 39 0 57 63 47
Octal 274 376 156 32 0 71 0 127 143 107
Binary 10111100 11111110 1101110 11010 0 111001 0 1010111 1100011 1000111

Color Harmonies of #BCFE6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFE6E

Black with #BCFE6E

Text Example


Text Example

White with #BCFE6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFE6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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