#BCF888

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

Shades of Sulu #BCF888

Tints of Sulu #BCF888

Color information

#BCF888 (or 0xBCF888) is unknown color: approx Sulu. HEX triplet: BC, F8 and 88. RGB value is (188,248,136). Sum of RGB (Red+Green+Blue) = 188+248+136=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 248 (97.27% from 255 or 43.36% from 572); Blue value is 136 (53.52% from 255 or 23.78% from 572); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF888 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF888 is #430777. Grayscale: #D9D9D9. Windows color (decimal): -4392824 or 8976572. OLE color: 8976572.

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

Color convert

RGB188248136-
CMYK0.2400.450.03
HSL92.14º88.89%75.29%-
HSV(B)92.14º45.16%97.25%-
XYZ58.7579.635.56-
YUV217.2982.12107.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.87%
GREEN value IS 248 (97.27% from 255) = 43.36%
BLUE value IS 136 (53.52% from 255) = 23.78%
R=32.87%
G=43.36%
B=23.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1882481360.2400.450.0392.1488.8975.29
HexBCF8881802D35c594b
Octal274370210300553134131113
Binary10111100111110001000100011000010110111101110010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF888; }

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

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

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

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

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

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

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

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