#BCF88D

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

Shades of Sulu #BCF88D

Tints of Sulu #BCF88D

Color information

#BCF88D (or 0xBCF88D) is unknown color: approx Sulu. HEX triplet: BC, F8 and 8D. RGB value is (188,248,141). Sum of RGB (Red+Green+Blue) = 188+248+141=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 248 (97.27% from 255 or 42.98% from 577); Blue value is 141 (55.47% from 255 or 24.44% from 577); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF88D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF88D is #430772. Grayscale: #DADADA. Windows color (decimal): -4392819 or 9304252. OLE color: 9304252.

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

Color convert

RGB188248141-
CMYK0.2400.430.03
HSL93.64º88.43%76.27%-
HSV(B)93.64º43.15%97.25%-
XYZ59.1179.7537.48-
YUV217.8684.62106.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.58%
GREEN value IS 248 (97.27% from 255) = 42.98%
BLUE value IS 141 (55.47% from 255) = 24.44%
R=32.58%
G=42.98%
B=24.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1882481410.2400.430.0393.6488.4376.27
HexBCF88D1802B35e584c
Octal274370215300533136130114
Binary10111100111110001000110111000010101111101111010110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF88D; }

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

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

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

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

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

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

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

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