#BCF88F

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

Shades of Sulu #BCF88F

Tints of Sulu #BCF88F

Color information

#BCF88F (or 0xBCF88F) is unknown color: approx Sulu. HEX triplet: BC, F8 and 8F. RGB value is (188,248,143). Sum of RGB (Red+Green+Blue) = 188+248+143=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 248 (97.27% from 255 or 42.83% from 579); Blue value is 143 (56.25% from 255 or 24.70% from 579); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF88F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF88F is #430770. Grayscale: #DADADA. Windows color (decimal): -4392817 or 9435324. OLE color: 9435324.

HSL color Cylindrical-coordinate representation of color #BCF88F: hue angle of 94.29º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BCF88F is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB188248143-
CMYK0.2400.420.03
HSL94.29º88.24%76.67%-
HSV(B)94.29º42.34%97.25%-
XYZ59.2679.8138.27-
YUV218.0985.62106.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.47%
GREEN value IS 248 (97.27% from 255) = 42.83%
BLUE value IS 143 (56.25% from 255) = 24.70%
R=32.47%
G=42.83%
B=24.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1882481430.2400.420.0394.2988.2476.67
HexBCF88F1802A35e584d
Octal274370217300523136130115
Binary10111100111110001000111111000010101011101111010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF88F; }

 p { color: rgb(188,248,143); }

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

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

 a { background-color: rgb(188,248,143); }

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

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

 span { border-color: rgb(188,248,143); }

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