Html Css Color HEX #BCFE8E Sulu

📋 copy color: '#BCFE8E'

red 188 ◦ green 254 ◦ blue 142

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

Shades of Sulu #BCFE8E

Tints of Sulu #BCFE8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 24.32%

R = 32.19%
G = 43.49%
B = 24.32%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#BCFE8E (or 0xBCFE8E) is known color: Sulu. HEX triplet: BC, FE and 8E. RGB value is (188,254,142). Sum of RGB (Red+Green+Blue) = 188+254+142=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 254 (99.61% from 255 or 43.49% from 584); Blue value is 142 (55.86% from 255 or 24.32% from 584); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFE8E is #430171. Grayscale: #DDDDDD. Windows color (decimal): -4391282 or 9371324. OLE color: 9371324.

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

Color convert

RGB 188 254 142 -
CMYK 0.26 0 0.44 0.00
HSL 95.36º 0.98% 0.78% -
HSV(B) 95.36º 0.44% 1% -
XYZ 61.06 83.53 38.5 -
YUV 221.5 83.13 104.11 -
System Red Green Blue C M Y K H S L
Decimal 188 254 142 0.26 0 0.44 0.00 95.36 0.98 0.78
Hex BC FE 8E 1A 0 2C 0 5F 62 4E
Octal 274 376 216 32 0 54 0 137 142 116
Binary 10111100 11111110 10001110 11010 0 101100 0 1011111 1100010 1001110

Color Harmonies of #BCFE8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFE8E

Black with #BCFE8E

Text Example


Text Example

White with #BCFE8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFE8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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