#BCFE8C

Color #BCFE8C Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #BCFE8C

Tints of Sulu #BCFE8C

Color information

#BCFE8C (or 0xBCFE8C) is unknown color: approx Sulu. HEX triplet: BC, FE and 8C. RGB value is (188,254,140). Sum of RGB (Red+Green+Blue) = 188+254+140=582 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.30% from 582); Green value is 254 (99.61% from 255 or 43.64% from 582); Blue value is 140 (55.08% from 255 or 24.05% from 582); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFE8C is #430173. Grayscale: #DDDDDD. Windows color (decimal): -4391284 or 9240252. OLE color: 9240252.

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

Color convert

RGB188254140-
CMYK0.2600.450.00
HSL94.74º98.28%77.25%-
HSV(B)94.74º44.88%99.61%-
XYZ60.9183.4737.71-
YUV221.2782.13104.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.30%
GREEN value IS 254 (99.61% from 255) = 43.64%
BLUE value IS 140 (55.08% from 255) = 24.05%
R=32.30%
G=43.64%
B=24.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1882541400.2600.450.0094.7498.2877.25
HexBCFE8C1A02D05f624d
Octal274376214320550137142115
Binary1011110011111110100011001101001011010101111111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFE8C; }

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

 H1.HeaderClassName
 {
   color: #BCFE8C;
 }
 .AnyTagClassName
 {
   color: #BCFE8C;
 }
</style>
background-color css

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

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

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

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

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

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