#BCF881

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

Shades of Sulu #BCF881

Tints of Sulu #BCF881

Color information

#BCF881 (or 0xBCF881) is unknown color: approx Sulu. HEX triplet: BC, F8 and 81. RGB value is (188,248,129). Sum of RGB (Red+Green+Blue) = 188+248+129=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 248 (97.27% from 255 or 43.89% from 565); Blue value is 129 (50.78% from 255 or 22.83% from 565); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF881 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF881 is #43077E. Grayscale: #D8D8D8. Windows color (decimal): -4392831 or 8517820. OLE color: 8517820.

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

Color convert

RGB188248129-
CMYK0.2400.480.03
HSL90.25º89.47%73.92%-
HSV(B)90.25º47.98%97.25%-
XYZ58.2779.4133.03-
YUV216.4978.62107.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.27%
GREEN value IS 248 (97.27% from 255) = 43.89%
BLUE value IS 129 (50.78% from 255) = 22.83%
R=33.27%
G=43.89%
B=22.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1882481290.2400.480.0390.2589.4773.92
HexBCF8811803035a594a
Octal274370201300603132131112
Binary10111100111110001000000111000011000011101101010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF881; }

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

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

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

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

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

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

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

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