Html Css Color HEX #BCFE7E Sulu

📋 copy color: '#BCFE7E'

red 188 ◦ green 254 ◦ blue 126

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

Shades of Sulu #BCFE7E

Tints of Sulu #BCFE7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 22.18%

R = 33.1%
G = 44.72%
B = 22.18%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#BCFE7E (or 0xBCFE7E) is known color: Sulu. HEX triplet: BC, FE and 7E. RGB value is (188,254,126). Sum of RGB (Red+Green+Blue) = 188+254+126=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 254 (99.61% from 255 or 44.72% from 568); Blue value is 126 (49.61% from 255 or 22.18% from 568); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFE7E is #430181. Grayscale: #DCDCDC. Windows color (decimal): -4391298 or 8322748. OLE color: 8322748.

HSL color Cylindrical-coordinate representation of color #BCFE7E: hue angle of 90.94º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCFE7E is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB 188 254 126 -
CMYK 0.26 0 0.50 0.00
HSL 90.94º 0.98% 0.75% -
HSV(B) 90.94º 0.5% 1% -
XYZ 59.95 83.08 32.62 -
YUV 219.67 75.13 105.41 -
System Red Green Blue C M Y K H S L
Decimal 188 254 126 0.26 0 0.50 0.00 90.94 0.98 0.75
Hex BC FE 7E 1A 0 32 0 5B 62 4B
Octal 274 376 176 32 0 62 0 133 142 113
Binary 10111100 11111110 1111110 11010 0 110010 0 1011011 1100010 1001011

Color Harmonies of #BCFE7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFE7E

Black with #BCFE7E

Text Example


Text Example

White with #BCFE7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFE7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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