#BCF877

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

Shades of Sulu #BCF877

Tints of Sulu #BCF877

Color information

#BCF877 (or 0xBCF877) is unknown color: approx Sulu. HEX triplet: BC, F8 and 77. RGB value is (188,248,119). Sum of RGB (Red+Green+Blue) = 188+248+119=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 248 (97.27% from 255 or 44.68% from 555); Blue value is 119 (46.88% from 255 or 21.44% from 555); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF877 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF877 is #430788. Grayscale: #D7D7D7. Windows color (decimal): -4392841 or 7862460. OLE color: 7862460.

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

Color convert

RGB188248119-
CMYK0.2400.520.03
HSL87.91º90.21%71.96%-
HSV(B)87.91º52.02%97.25%-
XYZ57.6479.1629.69-
YUV215.3573.62108.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.87%
GREEN value IS 248 (97.27% from 255) = 44.68%
BLUE value IS 119 (46.88% from 255) = 21.44%
R=33.87%
G=44.68%
B=21.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1882481190.2400.520.0387.9190.2171.96
HexBCF877180343585a48
Octal274370167300643130132110
Binary1011110011111000111011111000011010011101100010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF877; }

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

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

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

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

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

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

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

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