#BCF88C

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

Shades of Sulu #BCF88C

Tints of Sulu #BCF88C

Color information

#BCF88C (or 0xBCF88C) is unknown color: approx Sulu. HEX triplet: BC, F8 and 8C. RGB value is (188,248,140). Sum of RGB (Red+Green+Blue) = 188+248+140=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 248 (97.27% from 255 or 43.06% from 576); Blue value is 140 (55.08% from 255 or 24.31% from 576); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF88C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF88C is #430773. Grayscale: #DADADA. Windows color (decimal): -4392820 or 9238716. OLE color: 9238716.

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

Color convert

RGB188248140-
CMYK0.2400.440.03
HSL93.33º88.52%76.08%-
HSV(B)93.33º43.55%97.25%-
XYZ59.0479.7237.09-
YUV217.7584.12106.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.64%
GREEN value IS 248 (97.27% from 255) = 43.06%
BLUE value IS 140 (55.08% from 255) = 24.31%
R=32.64%
G=43.06%
B=24.31%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1882481400.2400.440.0393.3388.5276.08
HexBCF88C1802C35d594c
Octal274370214300543135131114
Binary10111100111110001000110011000010110011101110110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF88C; }

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

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

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

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

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

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

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

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