#BCFE8B

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

Shades of Sulu #BCFE8B

Tints of Sulu #BCFE8B

Color information

#BCFE8B (or 0xBCFE8B) is unknown color: approx Sulu. HEX triplet: BC, FE and 8B. RGB value is (188,254,139). Sum of RGB (Red+Green+Blue) = 188+254+139=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 254 (99.61% from 255 or 43.72% from 581); Blue value is 139 (54.69% from 255 or 23.92% from 581); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFE8B is #430174. Grayscale: #DDDDDD. Windows color (decimal): -4391285 or 9174716. OLE color: 9174716.

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

Color convert

RGB188254139-
CMYK0.2600.450.00
HSL94.43º98.29%77.06%-
HSV(B)94.43º45.28%99.61%-
XYZ60.8483.4437.32-
YUV221.1681.63104.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.36%
GREEN value IS 254 (99.61% from 255) = 43.72%
BLUE value IS 139 (54.69% from 255) = 23.92%
R=32.36%
G=43.72%
B=23.92%

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
Decimal1882541390.2600.450.0094.4398.2977.06
HexBCFE8B1A02D05e624d
Octal274376213320550136142115
Binary1011110011111110100010111101001011010101111011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFE8B; }

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

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

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

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

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

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

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

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