#BCFA8E

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

Shades of Sulu #BCFA8E

Tints of Sulu #BCFA8E

Color information

#BCFA8E (or 0xBCFA8E) is unknown color: approx Sulu. HEX triplet: BC, FA and 8E. RGB value is (188,250,142). Sum of RGB (Red+Green+Blue) = 188+250+142=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 250 (98.05% from 255 or 43.10% from 580); Blue value is 142 (55.86% from 255 or 24.48% from 580); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFA8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFA8E is #430571. Grayscale: #DBDBDB. Windows color (decimal): -4392306 or 9370300. OLE color: 9370300.

HSL color Cylindrical-coordinate representation of color #BCFA8E: hue angle of 94.44º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BCFA8E is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB188250142-
CMYK0.2500.430.02
HSL94.44º91.53%76.86%-
HSV(B)94.44º43.2%98.04%-
XYZ59.8181.0238.08-
YUV219.1584.46105.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.41%
GREEN value IS 250 (98.05% from 255) = 43.10%
BLUE value IS 142 (55.86% from 255) = 24.48%
R=32.41%
G=43.10%
B=24.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882501420.2500.430.0294.4491.5376.86
HexBCFA8E1902B25e5c4d
Octal274372216310532136134115
Binary10111100111110101000111011001010101110101111010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFA8E; }

 p { color: rgb(188,250,142); }

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

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

 a { background-color: rgb(188,250,142); }

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

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

 span { border-color: rgb(188,250,142); }

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